Click or drag to resize

LiteCollectionTInsert(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#
public int Insert(
	IEnumerable<T> entities
)

Parameters

entities  IEnumerableT
 

Return Value

Int32

Implements

ILiteCollectionTInsert(IEnumerableT)
See Also