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


ISQLCheck2.CheckSelectStatement Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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