xpfCreateScratchInstanceBN

FUNCTION xpfCreateScratchInstanceBN (schemaName         : STRING;
                                     entityName         : GENERIC) 
                                     scratchInstanceId : GENERIC;
                

The xpfCreateScratchInstanceBN function creates a scratch instance of the specified instance type. A scratch instance is located in the scratch model, i.e., scratch instances will not be written to the persistent EDMdatabase. All EDMinterface access operations defined for persistent instances are applicable on scratch instances.

Scratch instances can have relations to persistent instances but persistent instances cannot have relations to scratch in stances. The scratch model is a volatile model that is deleted when the session is closed or the database is closed. The scratch model can hold instances of any instance types defined by any dictionary models in the EDMdatabase. Each open session has it own unique scratch model, hence the data in a scratch model cannot be shared between concurrent users of an EDMdatabase. The scratch model will implicitly be created and open for write access when the session is opened. The dictionary model that specified by the <schemaName> must be open before this operation can be successfully performed.        

 

Arguments


TypeNameComment
STRINGschemaNamecomments
GENERICentityName 

Return Value


 

TypeNameComment
GENERICscratchInstanceIdcomments

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â