다음을 통해 공유


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 개체입니다.

적용 대상

추가 정보