Click or drag to resize
MongoDatabaseGetCollection Method
Overload List
  NameDescription
Public methodGetCollectionTDefaultDocument(String)
Gets a MongoCollection instance representing a collection on this database with a default document type of TDefaultDocument.
Public methodGetCollection(String)
Gets a MongoCollection instance representing a collection on this database with a default document type of BsonDocument.
Public methodGetCollectionTDefaultDocument(String, MongoCollectionSettings)
Gets a MongoCollection instance representing a collection on this database with a default document type of TDefaultDocument.
Public methodGetCollection(String, MongoCollectionSettings)
Gets a MongoCollection instance representing a collection on this database with a default document type of TDefaultDocument.
Public methodGetCollectionTDefaultDocument(String, WriteConcern)
Gets a MongoCollection instance representing a collection on this database with a default document type of TDefaultDocument.
Public methodGetCollection(String, WriteConcern)
Gets a MongoCollection instance representing a collection on this database with a default document type of BsonDocument.
Public methodGetCollection(Type, String)
Gets a MongoCollection instance representing a collection on this database with a default document type of BsonDocument.
Public methodGetCollection(Type, String, MongoCollectionSettings)
Gets a MongoCollection instance representing a collection on this database with a default document type of BsonDocument.
Public methodGetCollection(Type, String, WriteConcern)
Gets a MongoCollection instance representing a collection on this database with a default document type of BsonDocument.
Top
See Also