Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxDeleteExtensionSchema(expressSchemaName : STRING; extensionSchemaName : STRING) status : INTEGER; |
Function is used to delete an Express extension schema. An extension schema can be deleted at any time during system run-time, providing the actual extension schema is not used by any existing data models.
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
...