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/11 17:52:00 UTC

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

Pavel Tupitsyn created IGNITE-17876:
---------------------------------------

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