Click or drag to resize

SharedEngineUpdateMany Method


Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int UpdateMany(
	string collection,
	BsonExpression extend,
	BsonExpression predicate
)

Parameters

collection  String
 
extend  BsonExpression
 
predicate  BsonExpression
 

Return Value

Int32

Implements

ILiteEngineUpdateMany(String, BsonExpression, BsonExpression)
See Also