Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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

...

TypeNameComment
AGGREGATE OF GENERICaggrlIdcomments

Return Value

...

 

TypeNameComment
LOGICALisSubtypeAggrcomments

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"