You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (Jira)" <ji...@apache.org> on 2022/10/13 06:53:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-17876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616815#comment-17616815 ] 

Igor Sapego commented on IGNITE-17876:
--------------------------------------

[~ptupitsyn] looks good to me

> .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)