...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfGetInverseAttrAggr (instanceId : GENERIC,
attrName : STRING)
aggrId : AGGREGATE OF GENERIC
|
All Inverse attributes are implemented as aggregates in order to keep multiple inverse relations. The xpfGetInverseAttrAggrBN function is implemented in order to retrieve the actual aggrID of an Inverse attribute that is declared (in the Express schema) as a simple data type (not an aggregate).
Arguments
...
Type | Name | Comment |
GENERIC | instanceId | comments |
STRING | attrName |
Return Value
...
Type | Name | Comment |
AGGREGATE OF GENERIC | aggrId | comments |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|