Click or drag to resize

SelectQuery Properties

The SelectQuery type exposes the following members.

Properties
  NameDescription
Public propertyCollection
Gets the collection being queried.
(Inherited from TranslatedQuery.)
Public propertyDocumentType
Get the document type being queried.
(Inherited from TranslatedQuery.)
Public propertyIndexHint
Gets the BsonValue (string or document) that defines which index to use (or null if not specified);
Public propertyOfType
Gets the final result type if an OfType query operator was used (otherwise null).
Public propertyOrderBy
Gets a list of Expressions that defines the sort order (or null if not specified).
Public propertyProjection
Gets the Expression that defines the projection (or null if not specified).
Public propertySkip
Gets the Expression that defines how many documents to skip (or null if not specified).
Public propertyTake
Gets the Expression that defines how many documents to take (or null if not specified);
Public propertyWhere
Gets the LambdaExpression that defines the where clause (or null if not specified).
Top
See Also