...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxDeleteModelVersionBN (repositoryName , modelName , modelVersionName : STRING)
status : INTEGER;
|
The xpxDeleteModelVersionBN function deletes a version of an edmModel identified by the model version name.
The argument <repositoryName>
Arguments
...
Type | Name | Comment |
STRING | repositoryName | specifies the name of the data repository that hosts the data model to delete the version of. Repository names are case sensitive. |
...
STRING | 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 |
...
STRING | modelVersionName | specifies the version name of the model to be deleted. |
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|