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


IRelQueryTableInfo2.FindFieldIgnoreQualification Method (ArcObjects .NET 10.5 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,
  long* Index
);
[C++]

Parameters column [in] column is a parameter of type BSTR Index [out, retval] Index is a parameter of type long

Product Availability

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

See Also

IRelQueryTableInfo2 Interface