This document is archived and information here might be outdated. Recommended version. |
Validates a SQL clause.
[Visual Basic .NET] Public Function ValidateSQL ( _ ByVal Workspace As IWorkspace, _ ByVal Table As ITable, _ ByVal sourceSQL As String, _ ByVal clauseType As esriSQLClauses, _ ByRef columnReferences As IStringArray _ ) As String
[C#] public string ValidateSQL ( IWorkspace Workspace, ITable Table, string sourceSQL, esriSQLClauses clauseType, ref IStringArray columnReferences );
[C++]
HRESULT ValidateSQL(
IWorkspace* Workspace,
ITable* Table,
BSTR sourceSQL,
esriSQLClauses clauseType,
IStringArray** columnReferences
);
[C++]
Parameters Workspace [in]
Workspace is a parameter of type IWorkspace* Table [in]
Table is a parameter of type ITable* sourceSQL [in]
sourceSQL is a parameter of type BSTR clauseType [in]
clauseType is a parameter of type esriSQLClauses columnReferences [out]
columnReferences is a parameter of type IStringArray**