ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / QueryBuilderControlProperties Class / EditClauseMode Property

In This Topic
    EditClauseMode Property
    In This Topic
    Gets and sets the expression mode of the QueryBuilderControl. Setting EditClauseMode true means that the control displays the expression in clauses; a value of false displays the expression as a single SQL string.
    Syntax
    Public Property EditClauseMode As Boolean
    public bool EditClauseMode {get; set;}
    Remarks
    The default is true.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also