次の方法で共有


DataSet.GetDataFieldByFieldName(String) メソッド

定義

指定したフィールド名を使用してデータ フィールドを取得します。

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

パラメーター

fieldName
String

フィールド名。

戻り値

データ フィールド。

適用対象