Table of Contents

Class DeleteOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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

Collation

Comment

Gets or sets the comment.

public BsonValue Comment { get; set; }

Property Value

BsonValue

Hint

Gets or sets the hint.

public BsonValue Hint { get; set; }

Property Value

BsonValue

Let

Gets or sets the let document.

public BsonDocument Let { get; set; }

Property Value

BsonDocument