Share via


DetailsViewDesigner.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

디자인 타임 데이터 원본에 바인딩할 DetailsView 컨트롤입니다.

설명

DataBind 메서드는 연결 된 바인딩합니다 DetailsView 컨트롤을 디자인 타임 데이터 소스 및 호출기 및 필수적인에 대해 지정 된 기능을 기반으로 하는 자동으로 생성 된 행 수를 계산 합니다 DetailsView합니다.

합니다 dataBoundControl 매개 변수를 나타냅니다는 DetailsView 해당 컨트롤의 복사본을이 디자이너와 연결 된 컨트롤입니다.

적용 대상

추가 정보