You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/06/20 12:50:00 UTC

[jira] [Deleted] (IGNITE-5297) .NET: DML update via LINQ

     [ https://issues.apache.org/jira/browse/IGNITE-5297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn deleted IGNITE-5297:
-----------------------------------


> .NET: DML update via LINQ
> -------------------------
>
>                 Key: IGNITE-5297
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5297
>             Project: Ignite
>          Issue Type: New Feature
>            Reporter: Pavel Tupitsyn
>              Labels: .NET, LINQ, important
>
> Bulk update with LINQ:
> {code}
> var persons = ignite.GetCache<int, Person>("persons").AsCacheQueryable();
> int affectedRows = persons.Where(x => x.Key > 10).UpdateAll(x => x.Value.OrgId = 7);
> {code}
> See bulk delete with {{RemoveAll}}, IGNITE-4904.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)