DataSource.NET
GetFieldByName Method (fieldName)
NamespacesCaplin.DataSource.FieldsIFieldManagerGetFieldByName(String)
Provides a Field Info object for a given field name.
Declaration Syntax
C#Visual BasicVisual C++
IFieldInfo GetFieldByName(
	string fieldName
)
Function GetFieldByName ( _
	fieldName As String _
) As IFieldInfo
IFieldInfo^ GetFieldByName(
	String^ fieldName
)
Parameters
fieldName (String)
Name of the field.
Return Value
A Field Info object corresponding to the given fieldName. Returns null if the field does not exist.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)