MongoCursor<TDocument> Constructor |
Name | Description | |
---|---|---|
![]() | MongoCursor<TDocument>(MongoCollection, IMongoQuery, ReadPreference, IBsonSerializer) | Obsolete.
Creates a new MongoCursor. It is very unlikely that you will call this constructor. Instead, see all the Find methods in MongoCollection.
|
![]() | MongoCursor<TDocument>(MongoCollection, IMongoQuery, ReadConcern, ReadPreference, IBsonSerializer) | Obsolete.
Initializes a new instance of the MongoCursor<TDocument> class.
|