Method SetOptions
SetOptions(BsonDocument)
Sets multiple cursor options. See also the individual Set{Option} methods, which are easier to use.
public virtual MongoCursor<TDocument> SetOptions(BsonDocument options)
Parameters
options
BsonDocumentThe options.
Returns
- MongoCursor<TDocument>
The cursor (so you can chain method calls to it).