[
https://issues.apache.org/jira/browse/IGNITE-7609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-7609:
-----------------------------------
Description:
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.
was:
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.
> .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
> Priority: Major
> Labels: .NET
>
> 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)