Click or drag to resize

ILiteRepositoryDeleteT 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#
bool Delete<T>(
	BsonValue id,
	string collectionName = null
)

Parameters

id  BsonValue
 
collectionName  String  (Optional)
 

Type Parameters

T

Return Value

Boolean
See Also