1.?? ?Data Connction:Open Close
2.?? ?DataSet:舉例——dset.Tables["Customers"].Row[0].["CustomerID"];
?????? a)?? ?用DataAdapter來Fill DataSet
?????? b)?? ?手工創建DataTable, DataColumn and DataRow
3.?? ?Data Adaper,惡心的名字
?????? a)?? ?ADO.net自己管理的SELECT封裝工具,介于DataConnection與DataSet之間
?????? b)??? It specifies what data to move into and out of the DataSet.
?????? c)?? ?恩...為何需要這個xx?因為如果自己手工創建DataSet的話,簡直要人命
4.?? ?Datagrid可以用四種數據來源:DataSource,又一個惡心的地方
?????? a)?? ?DataTable class
?????? b)?? ?DataView class
?????? c)?? ?DataSet class
?????? d)?? ?DataViewManager class
posted on 2010-04-15 09:45
w2001 閱讀(284)
評論(0) 編輯 收藏 引用