Class RemoveArgs
Represents arguments to the Remove method.
public class RemoveArgs
- Inheritance
-
RemoveArgs
- Inherited Members
- Extension Methods
Properties
Collation
Gets or sets the collation.
public Collation Collation { get; set; }
Property Value
- Collation
The collation.
Flags
Gets or sets the flags.
public RemoveFlags Flags { get; set; }
Property Value
- RemoveFlags
The flags.
Query
Gets or sets the query.
public IMongoQuery Query { get; set; }
Property Value
- IMongoQuery
The query.
WriteConcern
Gets or sets the write concern.
public WriteConcern WriteConcern { get; set; }
Property Value
- WriteConcern
The write concern.