SelectQuery Properties | 
The SelectQuery type exposes the following members.
| Name | Description | |
|---|---|---|
| Collection | 
            Gets the collection being queried.
              (Inherited from TranslatedQuery.) | |
| DocumentType | 
            Get the document type being queried.
              (Inherited from TranslatedQuery.) | |
| IndexHint | 
            Gets the BsonValue (string or document) that defines which index to use (or null if not specified);
              | |
| OfType | 
            Gets the final result type if an OfType query operator was used (otherwise null).
              | |
| OrderBy | 
            Gets a list of Expressions that defines the sort order (or null if not specified).
              | |
| Projection | 
            Gets the Expression that defines the projection (or null if not specified).
              | |
| Skip | 
            Gets the Expression that defines how many documents to skip (or null if not specified).
              | |
| Take | 
            Gets the Expression that defines how many documents to take (or null if not specified);
              | |
| Where | 
            Gets the LambdaExpression that defines the where clause (or null if not specified).
              |