Lite |
| Name | Description | |
|---|---|---|
| Insert(IEnumerableT) | Insert an array of new documents to this collection. Document Id must be a new value in collection. Can be set buffer size to commit at each N documents | |
| Insert(T) | Insert a new entity to this collection. Document Id must be a new value in collection - Returns document Id | |
| Insert(BsonValue, T) | Insert a new document to this collection using passed id value. |