...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxCreateIterator (aggregateId : AGGREGATE OF GENERIC;
VAR iteratorId : GENERIC)
status : INTEGER;
|
The xpxCreateIterator function creates an iterator connected to the specified persistent aggregate aggregateId. The identifier of the created iterator is returned in the iteratorId argument.
This function is equivalent to the EDMinterface function sdaiCreateIterator
Arguments
...
Type | Name | Comment |
AGGREGATE OF GENERIC | aggregateId | comment |
GENERIC | iteratorId |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|