...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxDeleteModelBN (repositoryId : GENERIC;
modelName : STRING)
status : INTEGER;
|
The xpxDeleteModelBN function deletes the model specified by the repositoryId and modelName arguments from the actual EDMdatabase.
This function is equivalent to the EDMinterface function edmiDeleteModelBN
Arguments
...
Type | Name | Comment |
GENERIC | repositoryId | The id of the repository |
STRING | modelName | The name of the model |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also