ArcObjects Library Reference (GeoDatabase)  

ISQLCheck.CheckSelectList Method

Checks select list for invalid characters.

[Visual Basic .NET]
Public Sub CheckSelectList ( _
    ByVal selctList As String _
)
[C#]
public void CheckSelectList (
    string selctList
);
[C++]
HRESULT CheckSelectList(
  BSTR selctList
);
[C++]

Parameters

selctList [in]   selctList is a parameter of type BSTR

Product Availability

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

Description

This method is intended for internal use only.

Remarks

This method is intended for internal use only.

See Also

ISQLCheck Interface