DataObjectApiQuery Methods |
The DataObjectApiQuery type exposes the following members.
Name | Description | |
---|---|---|
FilterBy(DynamicFilter) |
Set query filter. For chaining purpose.
| |
FilterBy(Object) |
Set query filter. For chaining purpose.
| |
For |
Creates the query object.
| |
IncludeTotalItems |
Determines whether Casewhere returns the total number of ActualData Objects. For chaining purpose.
| |
LimitSearch |
When the limit is set, Casewhere will only process the search result within that limit, even when more data is found.
If the limit is not set, Casewhere will use the SearchLimit configured in the web.config.
This limit is applied for full-text search only.
| |
OrderBy |
Set query sorting. For chaining purpose.
| |
Paging |
Set query paging. For chaining purpose.
| |
ProjectOn |
Set query projection. For chaining purpose.
| |
ToRuntimeQuery |
Convert DataObjectApiQuery to PagedDataObjectQuery.
Ensure ProjectedFields has Id.
|