Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
IsQueryLayer | Indicates 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. | |
QueryLayerName | Gets the user-specified name of the query layer being represented by this instance of QueryDescription. | |
TableName | 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). | |
UniqueQueryLayerName | Gets the system-generated unique name of the query layer being represented by this instance of QueryDescription. |