Click or drag to resize
UpdateOpcodeOperationRequest Property
Gets the request.

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

Property Value

Type: UpdateRequest
The request.
See Also