xpfIsInstancesInInstanceHashTable
FUNCTION xpfIsInstancesInInstanceHashTable (instanceHashTableIndex : INTEGER; instanceIdOrAggrIdOrInstanceHashTableIndex : GENERIC; options : INTEGER) inInstanceHashTable : BOOLEAN;
Function to check if an element or a set of elements exists in the given EDMinstanceHashTable.
Arguments
1 | Type | Name | Comment |
2 | INTEGER | instanceHashTableIndex | An integer value that identifies the actual EDMinstanceHashTable. This "instanceHashTableIndex" is returned when the actual EDMinstanceHashTable was created. |
3 | GENERIC | instanceIdOrAggrIdOrInstanceHashTableIndex | This argument specifies the element or set of elements to search for. This argument can be specified in the following ways:
|
4 | INTEGER | options | Optional argument. The default value is INDETERMINATE (?) |
Return Value
Â
Type | Name | Comment |
BOOLEAN | inInstanceHashTable | The function return TRUE if the specified element or set of elements exists in the actual EDMinstanceHashTable, else FALSE is returned. Exception handling should be used to handle error conditions in the actual xpfIsInstancesInInstanceHashTable() operation. |
Options
Option | Comment |
xpxINSERT_AGGRID_IN_INSTANCE_HASH_TABLE | The specified aggregateId will be search for (not the aggregateId's elements). |
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â