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


ISQLQueryDialog2.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 > ISQLQueryDialog2 Interface > ISQLQueryDialog2.SQLQuery Property
ArcGIS Developer Help

ISQLQueryDialog2.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

ISQLQueryDialog2 Interface