Table of Contents

Class FindAndRemoveArgs

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Represents options for the FindAndRemove command.

public class FindAndRemoveArgs
Inheritance
FindAndRemoveArgs
Inherited Members
Extension Methods

Properties

Collation

Gets or sets the collation.

public Collation Collation { get; set; }

Property Value

Collation

Fields

Gets or sets the fields specification.

public IMongoFields Fields { get; set; }

Property Value

IMongoFields

MaxTime

Gets or sets the max time.

public TimeSpan? MaxTime { get; set; }

Property Value

TimeSpan?

Query

Gets or sets the query.

public IMongoQuery Query { get; set; }

Property Value

IMongoQuery

SortBy

Gets or sets the sort specification.

public IMongoSortBy SortBy { get; set; }

Property Value

IMongoSortBy