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


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

IRelQueryTableInfo2.FindFieldIgnoreQualification Method

Finds the first instance of a field, removing qualification.

[Visual Basic .NET]
Public Function FindFieldIgnoreQualification ( _
    ByVal column As String _
) As Integer
[C#]
public int FindFieldIgnoreQualification (
    string column
);
[C++]
HRESULT FindFieldIgnoreQualification(
  BSTR column
);
[C++]
Parameters
column [in]

column is a parameter of type BSTR

Product Availability

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

See Also

IRelQueryTableInfo2 Interface