You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Stronchinskiy (JIRA)" <ji...@apache.org> on 2018/03/05 08:50:00 UTC

[jira] [Assigned] (IGNITE-5298) .NET: DML update via LINQ

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

Sergey Stronchinskiy reassigned IGNITE-5298:
--------------------------------------------

    Assignee: Pavel Tupitsyn  (was: Sergey Stronchinskiy)

Hi, [~ptupitsyn],

 

Can you review this?

[Platform tests|https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_IgnitePlatformNet&branch_IgniteTests24Java8=pull%2F3599%2Fmerge&tab=buildTypeStatusDiv]

[Inspections|https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_IgnitePlatformNetInspections&branch_IgniteTests24Java8=pull%2F3599%2Fmerge&tab=buildTypeStatusDiv]

> .NET: DML update via LINQ
> -------------------------
>
>                 Key: IGNITE-5298
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5298
>             Project: Ignite
>          Issue Type: New Feature
>          Components: platforms
>    Affects Versions: 2.1
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              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
(v7.6.3#76005)