ILite |
| Name | Description | |
|---|---|---|
| InsertT(IEnumerableT, String) | Insert an array of new documents into collection. Document Id must be a new value in collection. Can be set buffer size to commit at each N documents | |
| InsertT(T, String) | Insert a new document into collection. Document Id must be a new value in collection - Returns document Id |