ReturnDocument Enumeration (original) (raw)
Which version of the document to return when executing a FindAndModify command.
Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public enum ReturnDocument
Public Enumeration ReturnDocument
type ReturnDocument
Members
| | Member name | Value | Description | | ------------- | ----- | -------------------------------------------- | | Before | 0 | Return the document before the modification. | | After | 1 | Return the document after the modification. |
See Also