Click or drag to resize
FindOperationTDocumentHint Property
Gets or sets the hint.

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public BsonValue Hint { get; set; }

Property Value

Type: BsonValue
The hint.
See Also