ILiteCollectionTUpdateMany(BsonExpression, BsonExpression) Method |
Update many documents based on transform expression. This expression must return a new document that will be replaced over current document (according with predicate).
Eg: col.UpdateMany("{ Name: UPPER($.Name), Age }", "_id > 0")
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
See Also