Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxIsMember(aggregateId

...

  : AGGREGATE OF

...

 GENERIC;
                     aValue       : GENERIC;
                     VAR isMember : BOOLEAN)
                     status       : INTEGER;

The xpxIsMember function tests if at least one element in the specified persistent aggregate aggregateId has a value equal to the value specified in the aValue argument. The argument isMember is set to TRUE if the specified value exist in the aggregate, else isMember is set to FALSE. This function is equivalent to the EDMinterface function sdaiIsMember

Arguments

...

TypeNameComment
AGGREGATE OF GENERICaggregateIdId of the aggregate
GENERICaValueThe value that is used for checking
BOOLEANisMemberTRUE if at least one element in the specified persistent aggregate aggregateId has a value equal to the value specified in the aValue argument, else FALSE

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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