ArcGIS Pro 2.9 API Reference Guide
IsTableBased Property

ArcGIS.Core.CIM Namespace > CIMSqlQueryDataConnection Class : 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;}
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, Windows 8.1

See Also

Reference

CIMSqlQueryDataConnection Class
CIMSqlQueryDataConnection Members