Click or drag to resize

ILiteRepositoryUpdateT(T, String) Method

Update a document into collection. Returns false if not found document in collection

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

Parameters

entity  T
 
collectionName  String  (Optional)
 

Type Parameters

T

Return Value

Boolean
See Also