Constructor MongoCollection
MongoCollection(MongoDatabase, string, MongoCollectionSettings)
Protected constructor for abstract base class.
protected MongoCollection(MongoDatabase database, string name, MongoCollectionSettings settings)
Parameters
databaseMongoDatabaseThe database that contains this collection.
namestringThe name of the collection.
settingsMongoCollectionSettingsThe settings to use to access this collection.