Click or drag to resize

MongoCursor Constructor (MongoCollection, IMongoQuery, ReadPreference, IBsonSerializer)

Creates a new MongoCursor. It is very unlikely that you will call this constructor. Instead, see all the Find methods in MongoCollection.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax
protected MongoCursor(
	MongoCollection collection,
	IMongoQuery query,
	ReadPreference readPreference,
	IBsonSerializer serializer
)

Parameters

collection
Type: MongoDB.Driver.MongoCollection
The collection.
query
Type: MongoDB.Driver.IMongoQuery
The query.
readPreference
Type: MongoDB.Driver.ReadPreference
The read preference.
serializer
Type: MongoDB.Bson.Serialization.IBsonSerializer
The serializer.
See Also