Click or drag to resize

DataSourceApiQuery Methods

The DataSourceApiQuery type exposes the following members.

Methods
  Name Description
Public method FilterBy(DynamicFilter) Set query filter. For chaining purpose.
Public method FilterBy(Object) Set query filter. For chaining purpose.
Public method Static member For Creates the query object.
Public method GeoNear Create a geospatial queries that find documents near a specific location, taking distance constraints into account.
Public method GeoNearSphere Create a geospatial query for finding documents near a specific geographic location, emphasizing spherical calculations.
Public method IncludeTotalItems Determines whether Casewhere returns the total number of ActualData Objects. For chaining purpose.
Public method Near Create a geospatial queries that find documents near a specific location, taking distance constraints into account.
Public method NearSphere Create a geospatial query for finding documents near a specific geographic location, emphasizing spherical calculations.
Public method OrderBy Set query sorting. For chaining purpose.
Public method Paging Set query paging. For chaining purpose.
Public method ProjectOn Set query projection. For chaining purpose.
Public method SetHintIndex Specify a hint index name for this query.
Public method SetHintIndexForCount Specify a hint index name for this counting query.
Public method SetMaxQueryTimeout Specify max timeout for this query.
Public method SetParameter Add a parameter into the parameters of the query.
Public method SetParameters Set parameters for the query.
Public method ToRuntimeQuery Convert DataSourceApiQuery to PagedDataSourceQuery. Ensure ProjectedFields has Id.
Public method WithCustomCollation Specify a custom collation for this query. If not specified, the data source's collation will be used, if not specified too, the default collation will be used.
Top
See Also