ArcGIS Pro 3.7 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 Property IsTableBased As Boolean
    public bool IsTableBased {get; set;}
    Remarks
    This property is used as an optimization and is typically set by the system.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also