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

In This Topic
    TableName Property (QueryDescription)
    In This Topic
    Gets 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).
    Syntax
    public string TableName {get;}
    Public ReadOnly Property TableName As String
    Remarks
    This property is meaningful only if IsQueryLayer returns false. If it returns true, this property will return System.String.Empty.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also