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 데이터 원본에 바인딩할 개체입니다.

적용 대상

추가 정보