FUNCTION xpxCreateModel(repositoryId : GENERIC; modelName : STRING; schemaId , VAR modelId : GENERIC) status : INTEGER;
The xpxCreateModel function will create a model with the specified name modelName in the specified repository repositoryId. The underlying EXPRESS schema of the new model is specified by the schemaId argument. The instanceId of the new model will be returned in the modelId argument.
Arguments
Type | Name | Comment |
GENERIC | repositoryId | The unique id of the repository within the EDMdatabase that will hold the new model |
STRING | modelName | The name of the new model |
GENERIC | schemaId | The unique Id that represents that schema that the model will be based on |
GENERIC | modelId | The unique id of the create model |
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.