Click or drag to resize

LiteRepositoryDeleteT Method

Delete entity based on _id key

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Delete<T>(
	BsonValue id,
	string collectionName = null
)

Parameters

id  BsonValue
 
collectionName  String  (Optional)
 

Type Parameters

T

Return Value

Boolean

Implements

ILiteRepositoryDeleteT(BsonValue, String)
See Also