ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMSqlQueryDataConnection Class / IsTableBased Property

In This Topic
    IsTableBased Property
    In This Topic
    Gets or sets a value indicating whether the query is "table based" (retrieves all the columns from the table and has no where clause or postfix clause).
    Syntax
    public bool IsTableBased {get; set;}
    Public Property IsTableBased As Boolean
    Remarks
    This property is used as an optimization and is typically set by the system.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also