Method SetOption
SetOption(string, BsonValue)
Sets a cursor option.
public virtual MongoCursor<TDocument> SetOption(string name, BsonValue value)
Parameters
Returns
- MongoCursor<TDocument>
The cursor (so you can chain method calls to it).
Sets a cursor option.
public virtual MongoCursor<TDocument> SetOption(string name, BsonValue value)
The cursor (so you can chain method calls to it).