DataSet.GetDataFieldByFieldName(String) Method

Definition

Gets the data field by using the specified field name.

public:
 System::String ^ GetDataFieldByFieldName(System::String ^ fieldName);
public string GetDataFieldByFieldName (string fieldName);
member this.GetDataFieldByFieldName : string -> string
Public Function GetDataFieldByFieldName (fieldName As String) As String

Parameters

fieldName
String

The field name.

Returns

The data field.

Applies to