ILiteCollectionTUpdateMany(ExpressionFuncT, T, ExpressionFuncT, Boolean) Method |
Update many document based on merge current document with extend expression. Use your class with initializers.
Eg: col.UpdateMany(x => new Customer { Name = x.Name.ToUpper(), Salary: 100 }, x => x.Name == "John")
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
See Also