...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfIsSubtypeAggr (aggrlId : AGGREGATE OF GENERIC)
isSubtypeAggr : LOGICAL;
|
The xpfIsSubtypeAggr function checks if the specified aggregate is a subtype aggregate. Subtype aggregates contains all instances of one particular instance type and all instances that are a subtype of this particular instance type in a data model.
Subtype aggregates belongs to an EDMserver session, hence subtype aggregates are not persistent in the EDMdatabase.
Related function: xpfCreateSubtypeAggr
This function is equivalent to the EDMinterface function edmiIsSubtypeAggr.
Arguments
...
Type | Name | Comment |
AGGREGATE OF GENERIC | aggrlId | comments |
Return Value
...
Type | Name | Comment |
LOGICAL | isSubtypeAggr | comments |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|