This document is archived and information here might be outdated.  Recommended version.


IFields2.FindFieldIgnoreQualification Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFields2 Interface > IFields2.FindFieldIgnoreQualification Method
ArcGIS Developer Help

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

Product Availability

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

See Also

IFields2 Interface