FUNCTION xpfCopyModelBN (sourceNodelRepositoryName, sourceModelName : STRING; targetModelRepositoryName, targetModelName : STRING);
Use this function to ....
Arguments
Type | Name | Comment |
STRING | name | comments |
Return Value
Type | Name | Comment |
STRING | resultString | comments |
Options
Option | Comment |
XPXSOMEOPTION | comment |
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.
SYNTAX:
xpfCreateInstanceExBN (modelId : GENERIC;
qualifiedSchemaName : STRING;
entityNameOrViewEntityName : STRING;
newInstanceId : GENERIC;
This function can be used to create persistent instances, scratch instances, volatile instances and view_entity instances (all kind of instances).
Arguments:
Argument | Description |
modelId |
|
qualifiedSchemaName | ExpressSchemaName or ExpressSchemaName.QuerySchemaName |
entityNameOrViewEntityName | Entity or View Entity name |
numberOfAttributes | Number of attributes |
newInstanceId | Output of the function. The ID of the new Instance |