| MongoDatabaseGetCollection Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | GetCollectionTDefaultDocument(String) | 
            Gets a MongoCollection instance representing a collection on this database
            with a default document type of TDefaultDocument.
             | 
|  | GetCollection(String) | 
            Gets a MongoCollection instance representing a collection on this database
            with a default document type of BsonDocument.
             | 
|  | GetCollectionTDefaultDocument(String, MongoCollectionSettings) | 
            Gets a MongoCollection instance representing a collection on this database
            with a default document type of TDefaultDocument.
             | 
|  | GetCollection(String, MongoCollectionSettings) | 
            Gets a MongoCollection instance representing a collection on this database
            with a default document type of TDefaultDocument.
             | 
|  | GetCollectionTDefaultDocument(String, WriteConcern) | 
            Gets a MongoCollection instance representing a collection on this database
            with a default document type of TDefaultDocument.
             | 
|  | GetCollection(String, WriteConcern) | 
            Gets a MongoCollection instance representing a collection on this database
            with a default document type of BsonDocument.
             | 
|  | GetCollection(Type, String) | 
            Gets a MongoCollection instance representing a collection on this database
            with a default document type of BsonDocument.
             | 
|  | GetCollection(Type, String, MongoCollectionSettings) | 
            Gets a MongoCollection instance representing a collection on this database
            with a default document type of BsonDocument.
             | 
|  | GetCollection(Type, String, WriteConcern) | 
            Gets a MongoCollection instance representing a collection on this database
            with a default document type of BsonDocument.
             | 
 See Also
See Also