Click or drag to resize

DataObjectApiQuery Methods

The DataObjectApiQuery type exposes the following members.

Methods
  NameDescription
Public methodFilterBy(DynamicFilter)
Set query filter. For chaining purpose.
Public methodFilterBy(Object)
Set query filter. For chaining purpose.
Public methodStatic memberFor
Creates the query object.
Public methodIncludeTotalItems
Determines whether Casewhere returns the total number of ActualData Objects. For chaining purpose.
Public methodLimitSearch
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.
Public methodOrderBy
Set query sorting. For chaining purpose.
Public methodPaging
Set query paging. For chaining purpose.
Public methodProjectOn
Set query projection. For chaining purpose.
Public methodToRuntimeQuery
Convert DataObjectApiQuery to PagedDataObjectQuery. Ensure ProjectedFields has Id.
Top
See Also