ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Workflow.Models.Queries Namespace / QueryResult Class / Fields Property

In This Topic
    Fields Property (QueryResult)
    In This Topic
    Gets the IReadOnlyList of QueryFieldInfo columns that are specified in the query
    Syntax
    public IReadOnlyList<QueryFieldInfo> Fields {get;}
    Public ReadOnly Property Fields As IReadOnlyList(Of QueryFieldInfo)
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also