Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpfGetScratchEntityExtent (entityId       : GENERIC)                            entityExtentId : SET OF GENERIC;
 
The xpfGetScratchEntityExtent function returns the instances aggregate of the entity extent instance in the scratch model that contains all scratch instances of the specified <entityId> type. 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.
This function is equivalent to the EDMinterface function edmiGetScratchEntityExtent.

  • No labels