...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION 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
...
Arguments
...
Type | Name | Comment | |||||
GENERIC | modelId | a specific modelId | xpxTargetModelId
| xpxSourceModelId
| xpxVolatileModelId
| xpxScratchModelId
| model
|
STRING | qualifiedSchemaName | ExpressSchemaName or ExpressSchemaName.QuerySchemaName | |||||
STRING | entityNameOrViewEntityName | Entity or View Entity name | numberOfAttributes | Number of attributes
Return Value
...
Type | Name | Comment |
GENERIC | newInstanceId | Output of the function.The ID of the new Instance |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|