Class FindOptions<TDocument, TProjection>
Options for finding documents.
public class FindOptions<TDocument, TProjection> : FindOptionsBase
  Type Parameters
TDocumentThe type of the document.
TProjectionThe type of the projection (same as TDocument if there is no projection).
- Inheritance
 - 
      
      
      FindOptions<TDocument, TProjection>
 
- Derived
 
- Inherited Members
 
Properties
- Limit
 Gets or sets how many documents to return.
- Projection
 Gets or sets the projection.
- Skip
 Gets or sets how many documents to skip before returning the rest.
- Sort
 Gets or sets the sort.