xpfGetQuerySchema
FUNCTION xpfGetQuerySchema (schemaName : STRING querySchemaName : STRING) querySchemaId : GENERIC;
The xpfGetQuerySchema function returns the querySchemaID that uniquely identifies the EDMquerySchema in the EDMdatabase. The query schema is uniquely specified by the two arguments <schemaName> and <ruleSchemaName>. The argument <schemaName> specifies the name of the dictionary model (Express schema) that hosts the Query Schema, and the argument <querySchemaName> specifies the name of the actual query schema. The constant xpxNullId is returned when no matching query schema is found.
Arguments
Type | Name | Comment |
STRING | schemaName | The name of the schema within the EDMdatabase |
STRING | querySchemaName | The name of the query schema for the given schema |
Return Value
Type | Name | Comment |
GENERIC | querySchemaId | The unique ID for the query schema. xpxNullId if no query is found |
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.