FindOneAndUpdateOperationTResultReturnDocument Property |
Gets or sets which version of the modified document to return.
Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntaxpublic ReturnDocument ReturnDocument { get; set; }
Public Property ReturnDocument As ReturnDocument
Get
Set
member ReturnDocument : ReturnDocument with get, set
Property Value
Type:
ReturnDocument
Which version of the modified document to return.
See Also