CSMongo.Query.MongoQuery.MongoQuery C# (CSharp) Method

MongoQuery() public method

Creates a new query for this database
public MongoQuery ( MongoCollection collection ) : System
collection MongoCollection
return System
        public MongoQuery(MongoCollection collection)
            : base(collection)
        {
            this._Parameters = new BsonDocument();
        }

Same methods

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