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 阅读(266)
评论(0) 编辑 收藏 引用