SYNTAX:
xpfGetQuery (schemaName, querySchemaName, queryName : STRING) queryId : GENERIC;
The xpfGetQuery function returns a queryId that uniquely identifies an EDMquery function in the EDMdatabase. The query id is uniquely specified by the three arguments <schemaName>, <querySchemaName> and <queryName>.
The constant xpxNullId is returned when no matching query is found.
This function is equivalent to the EDMinterface function edmiGetQuery.
General
Content
Integrations