Click or drag to resize
DeleteOpcodeOperationRequest Property
Gets the request.

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public DeleteRequest Request { get; }

Property Value

Type: DeleteRequest
The request.
See Also