You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2018/02/02 07:04:02 UTC

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

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)