Interface IFieldsQueryCursor
Fields query cursor.
Inherited Members
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> |