...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfGetSchema (schemaName : STRING)
schemaId : GENERIC;
|
The xpfGetSchema function returns the numeric schemaID in the argument <schemaId> that uniquely identifies the schema definition instance, i.e. the instance that defines the specified Express schema in the EDMdatabase . The schema definition instance in the argument <schemaName> is located in the dictionary model that defines the specified Express schema in the EDMdatabase
Arguments
...
Type | Name | Comment |
STRING | schemaName | The name of the |
...
schema within the EDMdatabase |
Return Value
...
Type | Name | Comment |
GENERIC | schemaId | The unique id of the given schema |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|