Lite |
| Name | Description | |
|---|---|---|
| GetCollection(String, BsonAutoId) | Get a collection using a generic BsonDocument. If collection does not exist, create a new one. | |
| GetCollectionT | Get a collection using a name based on typeof(T).Name (BsonMapper.ResolveCollectionName function) | |
| GetCollectionT(BsonAutoId) | Get a collection using a name based on typeof(T).Name (BsonMapper.ResolveCollectionName function) | |
| GetCollectionT(String, BsonAutoId) | Get a collection using an entity class as strong typed document. If collection does not exist, create a new one. |