ArcGIS Pro 2.6 API Reference Guide
QueryDescription Class
Members 

ArcGIS.Core.Data Namespace : QueryDescription Class
A QueryDescription object fully describes how a single table in a database or a query layer that is created from one or more database tables (specified by a valid SQL SELECT statement) should be represented as a Table or FeatureClass if the table is spatially enabled.
Object Model
QueryDescription ClassSpatialReference Class
Syntax
public sealed class QueryDescription : ArcGIS.Core.CoreObjectsBase, System.IDisposable  
Public NotInheritable Class QueryDescription 
   Inherits ArcGIS.Core.CoreObjectsBase
   Implements System.IDisposable 
Inheritance Hierarchy

System.Object
   ArcGIS.Core.CoreObjectsBase
      ArcGIS.Core.Data.QueryDescription

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

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