DeleteRequest Class (original) (raw)

Represents a request to delete one or more documents.

Inheritance Hierarchy

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public sealed class DeleteRequest : WriteRequest

Public NotInheritable Class DeleteRequest Inherits WriteRequest

[] type DeleteRequest =
class inherit WriteRequest end

The DeleteRequest type exposes the following members.

Constructors

| | Name | Description | | | ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------ | | Public method | DeleteRequest | Initializes a new instance of the DeleteRequest class. |

Top

Properties

Methods

Extension Methods

See Also

Reference