Click or drag to resize

LiteEngineUpdate Method

Implement update command to a document inside a collection. Return number of documents updated

Namespace: Internal.LiteDB.Engine
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int Update(
	string collection,
	IEnumerable<BsonDocument> docs
)

Parameters

collection  String
 
docs  IEnumerableBsonDocument
 

Return Value

Int32

Implements

ILiteEngineUpdate(String, IEnumerableBsonDocument)
See Also