Class DeleteOptions
Options for the Delete methods.
public sealed class DeleteOptions
- Inheritance
-
DeleteOptions
- Inherited Members
Properties
Collation
Gets or sets the collation.
public Collation Collation { get; set; }
Property Value
Comment
Gets or sets the comment.
public BsonValue Comment { get; set; }
Property Value
Hint
Gets or sets the hint.
public BsonValue Hint { get; set; }
Property Value
Let
Gets or sets the let document.
public BsonDocument Let { get; set; }