Query |
The QueryMetadata type exposes the following members.
Name | Description | |
---|---|---|
Includes | Gets or sets the list of include queries to execute. Each include string is a relation path. | |
OrderBy | Gets or sets the property name to order by. This can be used to pre-sort the results of the query. Must be used if paging is required ResultsOffset and ResultsCount. | |
ResultsCount | Gets or sets the maximum number of results to return, used for paging with ResultsOffset. Works like the TOP or LIMIT clauses in SQL statements | |
ResultsOffset | Gets or sets the results offset for use in paging. Can be used with ResultsCount to limit the number of results returned. Works like the OFFSET part in TOP or LIMIT sql statements. |