[ROOT] / doc / toc / ARCQuery / Class / QueryExpressionAll

Execute , SyntaxHelp , TryCheckForExistenceOfKey


Represents all entities for a given collection.

(Execute just returns the input collection, without making any changes).

Useful in order to get result set presented by ToHTMLSimpleSingle (from QueryProgress) instead of ToHTMLSimpleSingle (from ARCDoc.Extensions).

Example:
For a query like 'Customer' presentation will be done by ARCDoc.Extensions.ToHTMLSimpleSingle as default.
For a query like 'Customer/All' presentation will be done by QueryProgress.ToHTMLSimpleSingle as default.

Note: QueryExpressionAll differs from QueryExpressionSelect 'SELECT *' regarding use of EntityMethodKeys.
The query 'Customer/All' will not include EntityMethodKeys, while 'Customer/SELECT *' would.

See SyntaxHelp.


ExecuteTransforms the given input collection into a resulting collection.
SyntaxHelp'ALL' (literally).
TryCheckForExistenceOfKeyUsed by query expressions in order to catch wrong field names used or misspelling of field names.

Details

Generated 2024-04-24 10:10:04.120 UTC