ArcObjects Library Reference (GeoDatabase)  

IFields2.FindFieldIgnoreQualification Method

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,
  long* 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFields2 Interface