Description
Bulk update with LINQ:
var persons = ignite.GetCache<int, Person>("persons").AsCacheQueryable(); int affectedRows = persons.Where(x => x.Key > 10).UpdateAll(x => x.Value.OrgId = 7);
See bulk delete with RemoveAll, IGNITE-4904.
Attachments
Issue Links
- blocks
-
IGNITE-5300 .NET: LINQ RemoveAll and UpdateAll examples
- Open
- links to