This document is archived and information here might be outdated. Recommended version. |
Finds the index of a field given a particular SQLSyntax workspace.
[Visual Basic .NET] Public Sub FindFieldIgnoreQualification ( _ ByVal sqlSyntax As ISQLSyntax, _ ByVal Name As String, _ ByRef Index As Integer _ )
[C#] public void FindFieldIgnoreQualification ( ISQLSyntax sqlSyntax, string Name, ref int Index );
[C++]
HRESULT FindFieldIgnoreQualification(
ISQLSyntax* sqlSyntax,
BSTR Name,
System.Int32* Index
);
[C++] Parameters sqlSyntax
sqlSyntax is a parameter of type ISQLSyntax* Name [in]
Name is a parameter of type BSTR Index [out]
Index is a parameter of type long*