Share via


BindingSource 구성 요소

컨트롤에 바인딩할 데이터 소스를 캡슐화합니다.

BindingSource 구성 요소는 두 가지 역할을 합니다. 하나는 폼의 컨트롤을 데이터에 바인딩할 때 간접 참조의 계층을 제공합니다. 이 작업은 BindingSource 구성 요소를 데이터 소스에 바인딩한 다음 폼의 컨트롤을 BindingSource 구성 요소에 바인딩하여 수행됩니다. 탐색, 정렬, 필터링 및 업데이트를 비롯하여 데이터와의 모든 추가 상호 작용은 BindingSource 구성 요소를 호출하여 수행됩니다.

두 번째로, BindingSource 구성 요소는 강력한 형식의 데이터 소스로 사용할 수 있습니다. Add 메서드를 사용하여 BindingSource 구성 요소에 형식을 추가하면 해당 형식의 목록이 만들어집니다.

단원 내용

Topic Location
방법: 디자이너를 사용하여 Windows Forms 컨트롤에 BindingSource 구성 요소 바인딩 Windows Forms Controls
방법: Windows Forms BindingSource 구성 요소를 사용하여 조회 테이블 만들기 Windows Forms Controls
방법: 디자이너를 사용하여 형식에 Windows Forms 컨트롤 바인딩 Windows Forms Controls
방법: 디자이너를 사용하여 Windows Forms 컨트롤에 BindingSource 구성 요소 바인딩 Windows Forms Controls
방법: 디자이너를 사용하여 형식에 Windows Forms 컨트롤 바인딩 Windows Forms Controls
방법: Windows Forms BindingSource 구성 요소를 사용하여 조회 테이블 만들기 Windows Forms Controls
방법: 디자이너를 사용하여 Windows Forms 컨트롤에 BindingSource 구성 요소 바인딩 Windows Forms 컨트롤
방법: 디자이너를 사용하여 형식에 Windows Forms 컨트롤 바인딩 Windows Forms 컨트롤
방법: Windows Forms BindingSource 구성 요소를 사용하여 조회 테이블 만들기 Windows Forms 컨트롤
방법: 디자이너를 사용하여 Windows Forms 컨트롤에 BindingSource 구성 요소 바인딩 dv_mclictl
방법: 디자이너를 사용하여 형식에 Windows Forms 컨트롤 바인딩 dv_mclictl
방법: Windows Forms BindingSource 구성 요소를 사용하여 조회 테이블 만들기 dv_mclictl

참조

관련 단원

Topic Location
Windows 응용 프로그램에서 폼에 데이터 표시 Data Access in Visual Studio
Windows 응용 프로그램에서 폼에 데이터 표시 Visual Studio의 데이터 액세스
Visual Studio에서 데이터에 컨트롤 바인딩 dv_raddata
Visual Studio에서 데이터에 컨트롤 바인딩 dv_raddata