Click or drag to resize

DataObjectApiQuery Properties

The DataObjectApiQuery type exposes the following members.

Properties
  Name Description
Public property CustomCollation This parameter specifies the custom collation for the query.
(Inherited from DataApiQuery)
Public property DataClassName The ActualData Class name.
Public property Filter The filter object that is built using FilterBuilder.
(Inherited from DataApiQuery)
Public property GeoSpatialStages
(Inherited from DataApiQuery)
Public property HintIndexForCount The hint index name specified for the counting query.
(Inherited from DataApiQuery)
Public property HintIndexName The hint index name specified for the query.
(Inherited from DataApiQuery)
Public property IncludeTotal Determines whether Casewhere returns the total number of ActualData Objects.
(Inherited from DataApiQuery)
Public property MaxQueryTimeout The max timeout specified for the query.
(Inherited from DataApiQuery)
Public property ProjectedFields The list of fields returned to Client. By default, Casewhere will return all.
(Inherited from DataApiQuery)
Public property SearchLimit 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.
(Inherited from DataApiQuery)
Public property Skip Bypasses a specified number of elements in a sequence and then returns the remaining elements. By default, Casewhere will skip none.
(Inherited from DataApiQuery)
Public property SortedFields List of sort fields.
(Inherited from DataApiQuery)
Public property Take Determines the number of ActualData Objects returned. By default, Casewhere will take all.
(Inherited from DataApiQuery)
Top
See Also