ESRI.ArcGIS.ADF.Web.DataSources
Find(String) Method
See Also 
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.

See Also

© 2010 All Rights Reserved.