CompositeDataBoundControl.UpdateMethod 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置为了更新数据要调用的方法的名称。
protected public:
property System::String ^ UpdateMethod { System::String ^ get(); void set(System::String ^ value); };
protected internal string UpdateMethod { get; set; }
member this.UpdateMethod : string with get, set
Protected Friend Property UpdateMethod As String
属性值
方法的名称。
注解
设置此属性会导致模型绑定用作数据绑定方法。
有关将模型绑定与 Web Forms 配合使用的教程系列,请参阅模型绑定和Web Forms。