ArcGIS Pro 2.6 API Reference Guide
GetQueryStatement Method

ArcGIS.Core.Data Namespace > QueryDescription Class : GetQueryStatement Method
Gets 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.
Syntax
public string GetQueryStatement()
Public Function GetQueryStatement() As String

Return Value

The SQL SELECT statement that governs how a query layer or single table is created.
Exceptions
ExceptionDescription
A database-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

QueryDescription Class
QueryDescription Members