Click or drag to resize

LiteCollectionTUpdateMany(Expression, Void) Method


Namespace: NeoAxis.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int UpdateMany(
	Expression extend,
	void predicate
)

Parameters

extend  ExpressionTDelegate
 
predicate  Void
 

Return Value

Int32

Implements

ILiteCollectionTUpdateMany(ExpressionTDelegate, Void)
See Also