Click or drag to resize

ILiteCollectionTInsert(T) Method

Insert a new entity to this collection. Document Id must be a new value in collection - Returns document Id

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
BsonValue Insert(
	T entity
)

Parameters

entity  T
 

Return Value

BsonValue
See Also