共用方式為


BindingSource 元件

封裝資料來源以繫結至控制項。

BindingSource 元件有兩個用途。 第一,它會在表單上的控制項繫結至資料時,提供間接取值 (Indirection) 層。 這項作業的完成,是透過將 BindingSource 元件繫結至資料來源,然後將表單上的控制項繫結至 BindingSource 元件。 所有與資料的進一步互動 (包括巡覽、排序、篩選和更新) 都會透過呼叫 BindingSource 元件來完成。

第二,BindingSource 元件可以當做強型別 (Strongly Typed) 的資料來源。 使用 Add 方法將某個型別加入 BindingSource 元件,會建立該型別的清單。

在本節中

Topic Location
HOW TO:使用設計工具將 Windows Form 控制項和 BindingSource 元件加以繫結 Windows Form 控制項
HOW TO:使用 Windows Form BindingSource 元件建立查閱資料表 Windows Form 控制項
HOW TO:使用設計工具將 Windows Form 控制項繫結至型別 Windows Form 控制項
HOW TO:使用設計工具將 Windows Form 控制項和 BindingSource 元件加以繫結 Windows Form 控制項
HOW TO:使用設計工具將 Windows Form 控制項繫結至型別 Windows Form 控制項
HOW TO:使用 Windows Form BindingSource 元件建立查閱資料表 Windows Form 控制項
HOW TO:使用設計工具將 Windows Form 控制項和 BindingSource 元件加以繫結 Windows Form 控制項
HOW TO:使用設計工具將 Windows Form 控制項繫結至型別 Windows Form 控制項
HOW TO:使用 Windows Form BindingSource 元件建立查閱資料表 Windows Form 控制項
HOW TO:使用設計工具將 Windows Form 控制項和 BindingSource 元件加以繫結 dv_mclictl
HOW TO:使用設計工具將 Windows Form 控制項繫結至型別 dv_mclictl
HOW TO:使用 Windows Form BindingSource 元件建立查閱資料表 dv_mclictl

參考

相關章節

Topic Location
顯示 Windows 應用程式之表單上的資料 Visual Studio 中的資料存取
顯示 Windows 應用程式之表單上的資料 在 Visual Studio 中進行資料存取
將控制項繫結至 Visual Studio 中的資料 dv_raddata
將控制項繫結至 Visual Studio 中的資料 dv_raddata