Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxDeleteModelVersionBN (repositoryName , modelName , modelVersionName : STRING)                          status                                        : INTEGER;
 
To be completed.
The xpxDeleteModelVersionBN function deletes a version of an edmModel identified by the model version name.
The argument <repositoryName> specifies the name of the data repository that hosts the data model to delete the version of. Repository names are case sensitive.
The argument <modelName> specifies the name of the model to delete the version of. Model names are case sensitive. A model name is unique in a repository, hence the combination of the arguments <repositoryName> and <modelName> uniquely identifies a model in an EDMdatabase.
The argument <modelVersionName> specifies the version name of the model to be deleted.
This function is equivalent to the EDMinterface function  edmiDeleteModelVersionBN.

  • No labels