Click or drag to resize

LiteRepositoryUpdateT(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#
public bool Update<T>(
	T entity,
	string collectionName = null
)

Parameters

entity  T
 
collectionName  String  (Optional)
 

Type Parameters

T

Return Value

Boolean

Implements

ILiteRepositoryUpdateT(T, String)
See Also