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


ISQLCheck2.CheckSelectStatement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISQLCheck2 Interface > ISQLCheck2.CheckSelectStatement Method
ArcGIS Developer Help

ISQLCheck2.CheckSelectStatement Method

Checks select statement for invalid characters.

[Visual Basic .NET]
Public Sub CheckSelectStatement ( _
    ByVal selectStatement As String _
)
[C#]
public void CheckSelectStatement (
    string selectStatement
);
[C++]
HRESULT CheckSelectStatement(
  BSTR selectStatement
);
[C++]
Parameters
selectStatement [in]

selectStatement is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISQLCheck2 Interface