xpfCreateInstanceAndPutAttrsExBN
FUNCTION xpfCreateInstanceAndPutAttrsExBN (modelId : GENERIC; qualifiedSchemaName : STRING; entityNameOrViewEntityName : STRING; numberOfAttributes : INTEGER; attrName1 : STRING; attrValue1 : GENERIC; ... ... attrNameN : STRING; attrValueN : GENERIC) newInstanceId : GENERIC;
This function can be used to create and populate persistent instances, scratch instances, volatile instances and view_entity instances (all kind of instances).
Arguments
Type | Name | Comment |
GENERIC | modelId | a specific modelId
 |
STRING | qualifiedSchemaName | ExpressSchemaName  or ExpressSchemaName.QuerySchemaName |
STRING | entityNameOrViewEntityName | Entity or View Entity name |
INTEGER | numberOfAttributes | Number of attributes |
STRING | attrName1 | Name of the attribute |
GENERIC | attrValue1 | value of the attribute |
Return Value
Â
Type | Name | Comment |
GENERIC | newInstanceId | The ID of the new Instance |
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â