Click or drag to resize

LiteCollectionTInsert(BsonValue, T) Method

Insert a new document to this collection using passed id value.

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

Parameters

id  BsonValue
 
entity  T
 

Implements

ILiteCollectionTInsert(BsonValue, T)
See Also