UpdateOpcodeOperationRequest Property |
Gets the request.
Namespace: MongoDB.Driver.Core.OperationsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax public UpdateRequest Request { get; }
Public ReadOnly Property Request As UpdateRequest
Get
member Request : UpdateRequest with get
Property Value
Type:
UpdateRequest
The request.
See Also