Click or drag to resize

LiteRepositoryUpdateT(IEnumerableT, String) Method

Update all documents

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

Parameters

entities  IEnumerableT
 
collectionName  String  (Optional)
 

Type Parameters

T

Return Value

Int32

Implements

ILiteRepositoryUpdateT(IEnumerableT, String)
See Also