This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFields2 Interface > IFields2.FindFieldIgnoreQualification Method (ArcObjects .NET 10.4 SDK) |
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,
long* 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