ArcGIS Pro 3.2 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

    ArcGIS Pro version: 3 or higher.
    See Also