xpxCreateModel

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. The model is created with default options. If some deviations from standard options (in part of references or encoding) are required use xpfCreateModel.

Arguments


TypeNameComment
GENERICrepositoryIdThe unique id of the repository within the EDMdatabase that will hold the new model
STRINGmodelNameThe name of the new model
GENERICschemaIdThe unique Id that represents that schema that the model will be based on
GENERICmodelIdThe 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.