Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
 xpxGetInverseAttrAggr(instanceId, attrId : GENERIC;                      VAR aggrId         : AGGREGATE OF GENERIC)                       status             : INTEGER;
 
All Inverse attributes are implemented as aggregates in order to keep multiple inverse relations. The xpxGetInverseAttrAggr 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).

  • No labels