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

Execute , SyntaxHelp , TryCheckForExistenceOfKey


Limits the final HTML presentation of results (limits the number of elements being presented).
Does not affect the query in itself. Used in order to avoid building huge HTML pages which will not be consumed anyway.
Specified through QueryExpressionLimit and stored in Limit.
See also QueryExpressionTake which takes a specific number of elements from the current query result.

See SyntaxHelp.


ExecuteTransforms the given input collection into a resulting collection.
SyntaxHelpSyntax: LIMIT {limit} like 'LIMIT 42'
TryCheckForExistenceOfKeyUsed by query expressions in order to catch wrong field names used or misspelling of field names.

Details

Generated 2024-03-28 17:27:32.763 UTC