Class FindOneAndDeleteOptions<TDocument, TProjection>
- Namespace
- MongoDB.Driver
- Assembly
- MongoDB.Driver.dll
public class FindOneAndDeleteOptions<TDocument, TProjection>
Type Parameters
TDocument
TProjection
- Inheritance
-
FindOneAndDeleteOptions<TDocument, TProjection>
- Derived
-
- Inherited Members
-
Constructors
FindOneAndDeleteOptions()
public FindOneAndDeleteOptions()
Properties
Collation
public Collation Collation { get; set; }
Property Value
- Collation
MaxTime
public TimeSpan? MaxTime { get; set; }
Property Value
- TimeSpan?
Projection
public ProjectionDefinition<TDocument, TProjection> Projection { get; set; }
Property Value
- ProjectionDefinition<TDocument, TProjection>
Sort
public SortDefinition<TDocument> Sort { get; set; }
Property Value
- SortDefinition<TDocument>