DataSetInfo.TableAdapterFillMethod プロパティ

定義

データセットにデータを読み込むためのテーブル アダプターの fill メソッドを取得または設定します。

public:
 property System::String ^ TableAdapterFillMethod { System::String ^ get(); void set(System::String ^ value); };
public string TableAdapterFillMethod { get; set; }
member this.TableAdapterFillMethod : string with get, set
Public Property TableAdapterFillMethod As String

プロパティ値

データセットにデータを読み込むためのテーブル アダプターの fill メソッド。

適用対象