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

IsTableBased Property
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;}
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