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




fieldName
Field name to search for.
index
Output parameter: Index of the FieldInfo returned.
Finds the FieldInfo object with the specified field name.

Syntax

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

Parameters

fieldName
Field name to search for.
index
Output parameter: Index of the FieldInfo returned.

Return Value

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

See Also

© 2010 All Rights Reserved.