DataRow

DataRow:

表是DataTable中的一行数据;

获取值的方法为:row["index"]  ;   index表示字段名; 例子:stirng name = row["name"];

posted @ 2017-07-15 15:37  练习866  阅读(180)  评论(0)    收藏  举报