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)