C# Class CSMongo.Query.MongoQueryBase

Base type to use for custom Query providers
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
MongoQueryBase ( MongoCollection collection ) : System

Creates a new query for the database

MongoQueryBase ( MongoDatabase database, string collection ) : System

Creates a new query for the database

Method Details

MongoQueryBase() public method

Creates a new query for the database
public MongoQueryBase ( MongoCollection collection ) : System
collection MongoCollection
return System

MongoQueryBase() public method

Creates a new query for the database
public MongoQueryBase ( MongoDatabase database, string collection ) : System
database MongoDatabase
collection string
return System