Click or drag to resize

DataApiQuery Class

Represents the data query that is used with IDataApi.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSL.ApiDataApiQuery
    Casewhere.Runtime.DSL.ApiDataObjectApiQuery
    Casewhere.Runtime.DSL.ApiDataSourceApiQuery

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public abstract class DataApiQuery

The DataApiQuery type exposes the following members.

Constructors
 NameDescription
Protected methodDataApiQueryInitializes a new instance of the DataApiQuery class
Top
Properties
 NameDescription
Public propertyCustomCollation This parameter specifies the custom collation for the query.
Public propertyFilter The filter object that is built using FilterBuilder.
Public propertyGeoSpatialStages 
Public propertyHintIndexForCount The hint index name specified for the counting query.
Public propertyHintIndexName The hint index name specified for the query.
Public propertyIncludeTotal Determines whether Casewhere returns the total number of ActualData Objects.
Public propertyMaxQueryTimeout The max timeout specified for the query.
Public propertyProjectedFields The list of fields returned to Client. By default, Casewhere will return all.
Public propertySearchLimit 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 propertySkip Bypasses a specified number of elements in a sequence and then returns the remaining elements. By default, Casewhere will skip none.
Public propertySortedFields List of sort fields.
Public propertyTake Determines the number of ActualData Objects returned. By default, Casewhere will take all.
Top
See Also