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


IRelQueryTableInfo2.FindFieldIgnoreQualification Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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