Click or drag to resize

ILiteCollectionTInsert(IEnumerableT) Method

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

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
int Insert(
	IEnumerable<T> entities
)

Parameters

entities  IEnumerableT
 

Return Value

Int32
See Also