码迷,mamicode.com
首页 > 其他好文 > 详细

获取DataSet中某行某列的数据

时间:2019-08-05 09:15:08      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:user   tps   users   row   ase   文章   comm   tail   file   

LabelText = DataSet11.Tables("COMM.USERS").Rows[0]["User_Name"].tostring()

LabelText = DataSet11.Tables("COMM.USERS").Rows(0).Item("user_name")

Label.Text=ds.Tables(0).Rows(i).Item( "列名 ")

Label.Text=ds.tables[0].rows[0][ "filed "]

Label.Text=ds.Tables[0].Rows[x][y]
---------------------
作者:yudehui
来源:CSDN
原文:https://blog.csdn.net/yudehui/article/details/18843795
版权声明:本文为博主原创文章,转载请附上博文链接!

获取DataSet中某行某列的数据

标签:user   tps   users   row   ase   文章   comm   tail   file   

原文地址:https://www.cnblogs.com/jijm123/p/11301034.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!