CSMongo.Query.MongoQueryBase.MongoQueryBase C# (CSharp) Метод

MongoQueryBase() публичный Метод

Creates a new query for the database
public MongoQueryBase ( MongoDatabase database, string collection ) : System
database MongoDatabase
collection string
Результат System
        public MongoQueryBase(MongoDatabase database, string collection)
            : this(new MongoCollection(database, collection))
        {
        }

Same methods

MongoQueryBase::MongoQueryBase ( MongoCollection collection ) : System
MongoQueryBase