xpfGetScratchEntityExtentBN
FUNCTION xpfGetScratchEntityExtentBN (schemaName : STRING; entityName : STRING) entityExtentId : SET OF GENERIC;
The xpfGetScratchEntityExtentBN function returns the instances aggregate of the entity extent instance in the scratch model that contains all scratch instances of the specified instance type. The combination of <schemaName> and <entityName> uniquely identifies an entity definition (instance type) in an EDMdatabase. Scratch instances belongs to an EDMserver session, hence scratch instances and scratch entity extents are not persistent in an EDMdatabase. All EDMinterface read access operations that are applicable on SET aggregates are applicable to the returned entityExtentId. The constant xpxNullId is returned when no matching entity extent is found.
Arguments
Type | Name | Comment |
STRING | schemaName | The name of the schema |
STRING | entityName | The name of the entity |
Return Value
Type | Name | Comment |
SET OF GENERIC | entityExtentId | he instances aggregate of the entity extent instance in the scratch model that contains all scratch instances of the specified instance type |
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.