HierarchicalDataBoundControlDesigner.DataBind(BaseDataBoundControl) 方法

定义

将关联控件绑定到设计时数据源。

protected:
 override void DataBind(System::Web::UI::WebControls::BaseDataBoundControl ^ dataBoundControl);
protected override void DataBind (System.Web.UI.WebControls.BaseDataBoundControl dataBoundControl);
override this.DataBind : System.Web.UI.WebControls.BaseDataBoundControl -> unit
Protected Overrides Sub DataBind (dataBoundControl As BaseDataBoundControl)

参数

dataBoundControl
BaseDataBoundControl

要绑定到设计时数据源的 HierarchicalDataBoundControl 控件。

注解

方法 DataBind 首先设置 DataSource 控件的 HierarchicalDataBoundControl 属性以引用设计时数据源,并将 属性设置为 DataSourceIDnull。 调用 DataBindDataBind 类派生的 控件的 方法, HierarchicalDataBoundControl 以绑定到设计时数据源。 最后,它还原 和 DataSourceID 属性的原始值DataSource

参数 dataBoundControl 是从与此设计器关联的 类派生的 HierarchicalDataBoundControl 控件,或者是该控件的副本。

适用于

另请参阅