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