DataBoundControlDesigner.DataBind(BaseDataBoundControl) メソッド

定義

DataBoundControl オブジェクトをデータ ソースにバインドします。

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

データ ソースにバインドする DataBoundControl オブジェクト。

適用対象

こちらもご覧ください