![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelQueryTableInfo2 Interface > IRelQueryTableInfo2.FindFieldIgnoreQualification Method (ArcObjects .NET 10.5 SDK) |
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