Property ReturnKey
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
ReturnKey
Gets or sets whether to only return the key values.
public bool? ReturnKey { get; set; }
Property Value
- bool?
Whether to only return the key values.