MongoDatabase.GetCollection Method |
Name | Description | |
---|---|---|
![]() | GetCollection<TDefaultDocument>(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.
|
![]() | GetCollection<TDefaultDocument>(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.
|
![]() | GetCollection<TDefaultDocument>(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.
|