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 2022/10/13 05:41:00 UTC

[jira] [Updated] (IGNITE-17876) .NET: Thin 3.0: Single column mapping

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

Pavel Tupitsyn updated IGNITE-17876:
------------------------------------
    Description: 
Allow single-column mapping:

{code}
var view = Table.GetRecordView<long>();
await view.UpsertAsync(null, 123);
{code}

  was:
Allow single-column mapping:

{code}
            var view = Table.GetRecordView<long>();
            await view.UpsertAsync(null, 123);
{code}


> .NET: Thin 3.0: Single column mapping
> -------------------------------------
>
>                 Key: IGNITE-17876
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17876
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms, thin client
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET, ignite-3
>             Fix For: 3.0.0-alpha6
>
>
> Allow single-column mapping:
> {code}
> var view = Table.GetRecordView<long>();
> await view.UpsertAsync(null, 123);
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)