CompositeDataBoundControl.InsertMethod プロパティ

定義

データを挿入するために呼び出すメソッドの名前を取得または設定します。

protected public:
 property System::String ^ InsertMethod { System::String ^ get(); void set(System::String ^ value); };
protected internal string InsertMethod { get; set; }
member this.InsertMethod : string with get, set
Protected Friend Property InsertMethod As String

プロパティ値

メソッドの名前。

注釈

このプロパティを設定すると、モデル バインドがデータ バインディング メソッドとして使用されます。

Web Formsでのモデル バインドの使用に関するチュートリアル シリーズについては、「モデル バインドとWeb Forms」を参照してください。

適用対象