This document is archived and information here might be outdated.  Recommended version.


ISQLQueryDialog.SQLQuery Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IS > ISQLQueryDialog Interface > ISQLQueryDialog.SQLQuery Property
ArcGIS Developer Help

ISQLQueryDialog.SQLQuery Property

The SQL query entered in the dialog.

[Visual Basic .NET]
Public ReadOnly Property SQLQuery As String
[C#]
public string SQLQuery {get;}

Product Availability

Available with ArcGIS Desktop.

See Also

ISQLQueryDialog Interface