This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISQLCheck Interface > ISQLCheck.CheckSelectList Method (ArcObjects .NET 10.4 SDK) |
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
This method is intended for internal use only.
This method is intended for internal use only.