Provides access to members that check a SQL statement for invalid characters.
Description
This interface is intended for internal use only.
When To Use
This interface is intended for internal use only.
Members
Name | Description | |
---|---|---|
CheckSelectList | Checks select list for invalid characters. | |
CheckWhereClause | Checks where clause for invalid characters. |
ISQLCheck.CheckSelectList Method
Checks select list for invalid characters.
Public Sub CheckSelectList ( _
ByVal selctList As String _
)
public void CheckSelectList (
string selctList
);
Description
This method is intended for internal use only.
Remarks
This method is intended for internal use only.
ISQLCheck.CheckWhereClause Method
Checks where clause for invalid characters.
Public Sub CheckWhereClause ( _
ByVal WhereClause As String _
)
public void CheckWhereClause (
string WhereClause
);
Description
This method is intended for internal use only.
Remarks
This method is intended for internal use only.
Classes that implement ISQLCheck
Classes | Description |
---|---|
SQLCheck | Esri SQL check object. |
Remarks
This interface is intended for internal use only.