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

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

Creates a new query for the database
public MongoQueryBase ( MongoCollection collection ) : System
collection MongoCollection
Результат System
        public MongoQueryBase(MongoCollection collection)
        {
            this.Collection = collection;
        }

Same methods

MongoQueryBase::MongoQueryBase ( MongoDatabase database, string collection ) : System
MongoQueryBase