DetailsView.InsertMethod 屬性

定義

取得或設定在頁面上控制項執行插入作業時所呼叫的方法名稱。

public:
 virtual property System::String ^ InsertMethod { System::String ^ get(); void set(System::String ^ value); };
[System.Web.UI.Themeable(false)]
public virtual string InsertMethod { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.InsertMethod : string with get, set
Public Overridable Property InsertMethod As String

屬性值

String

在頁面上控制項執行插入作業時所呼叫的方法名稱。

屬性

備註

如需搭配Web Form使用模型系結的教學課程系列,請參閱模型系結和Web Form

適用於