Click or drag to resize

DataSourceEnumerationQuery Methods

The DataSourceEnumerationQuery 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 The static For method use to create a new instance of DataSourceEnumerationQuery type.
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 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 ProjectOn Set query projection. For chaining purpose.
Public method SetBatchSize Set batch size to the existing query.
Public method SetHintIndex Specify a hint index name for this query.
Public method ToEnumerationDataSourceQuery  
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