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 窗体配合使用的教程系列,请参阅 模型绑定和 Web 窗体

适用于