ArcGIS Pro 2.8 API Reference Guide
QueryDescription Class Properties


ArcGIS.Core.Data Namespace : QueryDescription Class

For a list of all members of this type, see QueryDescription members.

Public Properties
 NameDescription
Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
Public PropertyIndicates whether this instance of QueryDescription represents a query layer or a single table. If true, it is a query layer . Otherwise, it is a single table.  
Public PropertyGets the user-specified name of the query layer being represented by this instance of QueryDescription.  
Public PropertyGets the fully qualified name of the underlying database table being represented by this instance of QueryDescription. Depending on the database platform, the fully qualified name consists of either "databaseName.ownerName.tableName" (e.g., SQL Server) or "ownerName.tableName" (e.g., Oracle).  
Public PropertyGets the system-generated unique name of the query layer being represented by this instance of QueryDescription.  
Top
See Also

Reference

QueryDescription Class
ArcGIS.Core.Data Namespace
GetQueryDescription(String) Method
GetQueryDescription(String,String) Method
GetQueryDescription(Table) Method