...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfGetEntity (modelId : GENERIC;
entityName : STRING)
entityId : GENERIC;
|
The xpfGetEntity function returns the instanceId of the entity_definition instance of the specified entity; The entity_definition instance is located in the dictionary model of the actual Express schema in EDMdatabase. An entity_definition is uniquely defined by the arguments modelId and entityName. The instanceId of the actual entity_definition instance is returned in the entityId argument.
Arguments
...
Type | Name | Comment |
GENERIC | modelId | Id of the model within the EDMdatabse |
STRING | entityName | The name of the entity |
Return Value
...
Type | Name | Comment |
GENERIC | entityId | The instanceId of the actual entity_definition instance |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|