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


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

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