Search Results for

    Show / Hide Table of Contents

    Interface IFieldsQueryCursor

    Fields query cursor.

    Inherited Members
    IQueryCursor<IList<object>>.GetAll()
    IEnumerable<IList<object>>.GetEnumerator()
    IDisposable.Dispose()
    Namespace: Apache.Ignite.Core.Cache.Query
    Assembly: Apache.Ignite.Core.dll
    Syntax
    [SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")]
    public interface IFieldsQueryCursor : IQueryCursor<IList<object>>, IEnumerable<IList<object>>, IEnumerable, IDisposable

    Properties

    FieldNames

    Gets the field names.

    Declaration
    IList<string> FieldNames { get; }
    Property Value
    Type Description
    IList<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