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