...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetModelVersionIdBN (repositoryName : STRING;
modelName : STRING;
modelVersionName : STRING;
VAR modelVersionId : GENERIC;
VAR versionId : INTEGER)
status : INTEGER;
|
Returns the unique modelVersionId and the version sequence number of a version of an edmModel. The version is identified by the names of the repository, the model and the version.
Arguments
...
Type | Name | Comment |
STRING | repositoryName | The name of the repository that contains the model for which a given version shall be explored. Repository names are case sensitive. |
STRING | modelName | The name of the model for which the given version shall be explored. Model names are case sensitive. |
STRING | modelVersionName | The name of the model version to look for. This is the name that was assigned to the version when it was created. |
GENERIC | modelVersionId | Variable that will receive the modelVersionId that uniquely identifies the model version in the EDMdatabase. |
INTEGER | versionId | Variable that will receive the model version number. This sequence number counts from one and increases by one for each new version created. |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|