xpxCreateMapInstance

FUNCTION xpxCreateMapInstance (entityId , VAR instanceId : GENERIC ) 
                               status                    : INTEGER;

The xpxCreateMapInstance will create a persistent instance of the type specified by the entityId argument in the target model. The instanceId of the created instance will be returned through the instanceId argument. When the xpxCreateMapInstance is executed in a MAP declaration, the actual created instance will be added to the set of created MAP Instances, i.e., the set of instances that is created from a set of one or more source instances. This set of MAP instances can be fetched by the xpxGetMapInstances function. If the function xpxCreateMapInstance is called from another declaration than a MAP declaration, it will have the same effect as a xpxCreateInstance function on the target model.

Arguments


TypeNameComment
GENERICentityIdcomment
GENERICinstanceId 

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


<Missing Example>

 

See also

Filter by label

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

Â