FindOneAndReplaceOptions(TDocument, TProjection).ReturnDocument Property (original) (raw)
MongoDB .NET Driver API Documentation
FindOneAndReplaceOptionsTDocument, TProjectionReturnDocument Property
Gets or sets which version of the document to return.
Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public ReturnDocument ReturnDocument { get; set; }
Public Property ReturnDocument As ReturnDocument Get Set
member ReturnDocument : ReturnDocument with get, set
Property Value
Type: ReturnDocument
See Also