ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / QueryDescription Class


In This Topic
    QueryDescription Class Properties
    In This Topic

    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