[jira] [Created] (IGNITE-7609) .NET: FieldsQueryCursor should expose data types too

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-7609) .NET: FieldsQueryCursor should expose data types too

Anton Vinogradov (Jira)
Pavel Tupitsyn created IGNITE-7609:
--------------------------------------

             Summary: .NET: FieldsQueryCursor should expose data types too
                 Key: IGNITE-7609
                 URL: https://issues.apache.org/jira/browse/IGNITE-7609
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
    Affects Versions: 2.4
            Reporter: Pavel Tupitsyn


See IGNITE-7607 for Java, add same thing to .NET:
{code}
public interface IFieldsQueryCursor
{
...
IList<T> FieldTypes
}
{code}

T could be string or Type, needs investigation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)