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


TypeNameComment
STRINGschemaNameThe name of the schema within the EDMdatabase
STRINGquerySchemaNameThe name of the query schema for the given schema

Return Value


 

TypeNameComment
GENERICquerySchemaIdThe 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.

Â