DataSet.GetFieldNames メソッド

定義

データセットのフィールド名を取得します。

public:
 System::Collections::Generic::IEnumerable<System::String ^> ^ GetFieldNames();
public System.Collections.Generic.IEnumerable<string> GetFieldNames();
member this.GetFieldNames : unit -> seq<string>
Public Function GetFieldNames () As IEnumerable(Of String)

返品

IEnumerable<T> オブジェクト。

適用対象