ArcGIS Pro 2.9 API Reference Guide
QueryDescription Class Methods


ArcGIS.Core.Data Namespace : QueryDescription Class

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

Public Methods
 NameDescription
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public MethodGets a IReadOnlyList containing the fields of the underlying table(s). This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the name of the ObjectID field. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets a comma-separated unique key field(s) that fulfill the role of a table's objectID. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodGets the SQL SELECT statement that governs how a query layer or single table is created. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the name of the geometry column if present. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodGets the geometry type on the spatial column of the underlying single table or query layer if present. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the spatial reference. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the spatial reference ID of the resultset. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Indicates if a virtual ObjectID column is required. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Indicates if the query resultset is spatial. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Sets the unique key field(s) that fulfill the role of a table's objectID. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodSets the geometry type on the spatial column of the underlying single table or query layer if present. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Sets the spatial reference. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Sets the spatial reference ID. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also

Reference

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