Search Results for

    Show / Hide Table of Contents

    Interface IFieldsQueryCursor

    Fields query cursor.

    Inherited Members
    IQueryCursor<IList<Object>>.GetAll()
    Namespace: Apache.Ignite.Core.Cache.Query
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public interface IFieldsQueryCursor : IQueryCursor<IList<object>>, IEnumerable<IList<object>>, IDisposable

    Properties

    FieldNames

    Gets the field names.

    Declaration
    IList<string> FieldNames { get; }
    Property Value
    Type Description
    IList<System.String>

    Fields

    Gets fields metadata.

    Declaration
    IList<IQueryCursorField> Fields { get; }
    Property Value
    Type Description
    IList<IQueryCursorField>
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation