다음을 통해 공유


BaseDataBoundControlDesigner.DataBind(BaseDataBoundControl) 메서드

정의

파생 클래스에서 재정의할 경우 BaseDataBoundControl 클래스에서 파생되는 연결된 컨트롤을 설정하는 데 필요한 작업을 수행합니다.

protected:
 abstract void DataBind(System::Web::UI::WebControls::BaseDataBoundControl ^ dataBoundControl);
protected abstract void DataBind (System.Web.UI.WebControls.BaseDataBoundControl dataBoundControl);
abstract member DataBind : System.Web.UI.WebControls.BaseDataBoundControl -> unit
Protected MustOverride Sub DataBind (dataBoundControl As BaseDataBoundControl)

매개 변수

dataBoundControl
BaseDataBoundControl

이 디자이너와 연결된 BaseDataBoundControl입니다.

설명

재정의 하는 경우는 DataBind 에서 파생 되는 디자이너는 BaseDataBoundControlDesigner 클래스, 컨트롤이 올바르게 렌더링 디자인 타임 태그를 검색할 때 데이터 바인딩된 컨트롤을 설정 하는 데 필요한 작업을 수행 합니다. 일반적으로 성능상의 이유로 라이브 데이터 원본에 보다는 디자인 타임 데이터 원본 연결 합니다.

적용 대상

추가 정보