DataSet.GetDataFieldByFieldName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.