...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfGetAttrDefinitionBN (qualifiedSchemaName : STRING;
entityIdOrViewEntityId : GENERIC;
entityAttrNameOrViewEntityAttrName : STRING)
attrIdOrViewEntityAttrId : GENERIC;
|
The xpfGetAttrDefinitionBN function returns the instanceId of the attribute_definition instance that defines the specified attribute in the attrIdOrViewEntityAttrId argument. The actual attribute is uniquely defined by the arguments qualifiedSchemaName , entityIdOrViewEntityId and entityAttrNameOrViewEntityAttrName .
This function is equivalent to the EDMinterface function sdaiGetAttrDefinitionBN
See also xpxGetAttrDefinitionBNqualifiedSchemaName , entityIdOrViewEntityId and entityAttrNameOrViewEntityAttrName .
Arguments
...
Type | Name | Comment |
STRING | qualifiedSchemaName | |
GENERIC | entityIdOrViewEntityId | |
STRING | entityAttrNameOrViewEntityAttrName | comments |
Return Value
...
Type | Name | Comment |
GENERIC | attrIdOrViewEntityAttrId | comments |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|