ESRI.ArcGIS.ADF.Web.DataSources
Find(String) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > FieldInfoCollection Class > Find Method : Find(String) Method




fieldName
Field name to search for.
Finds the FieldInfo object with the specified field name.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Find( _
   ByVal fieldName As String _
) As FieldInfo
Visual Basic (Usage)Copy Code
Dim instance As FieldInfoCollection
Dim fieldName As String
Dim value As FieldInfo
 
value = instance.Find(fieldName)
C# 
public FieldInfo Find( 
   string fieldName
)

Parameters

fieldName
Field name to search for.

Return Value

FieldInfo object with the input name, or null if not found.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.