Constructor SelectQuery
SelectQuery(MongoCollection, Type)
Initializes a new instance of the MongoLinqFindQuery class.
public SelectQuery(MongoCollection collection, Type documentType)
Parameters
collectionMongoCollectionThe collection being queried.
documentTypeTypeThe document type.