Click or drag to resize

ILiteCollectionTInsert Method

Overload List
 NameDescription
Public methodInsert(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
Public methodInsert(T) Insert a new entity to this collection. Document Id must be a new value in collection - Returns document Id
Public methodInsert(BsonValue, T) Insert a new document to this collection using passed id value.
Top
See Also