ds.tables [0] .count> 0和ds.tables [0] .rows.count> 0之间的差异是什么? [英] what is the diffrence between ds.tables[0].count>0 and ds.tables[0].rows.count>0?

查看:467
本文介绍了ds.tables [0] .count> 0和ds.tables [0] .rows.count> 0之间的差异是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

ds.tables [0] .count> 0和ds.tables [0] .rows.count> 0

what is the diffrence between ds.tables[0].count>0 and ds.tables[0].rows.count>0

推荐答案

ds >>>>>>>>>>>>> System.Data命名空间中DataSet类的对象

Tables [0] >>>> ds对象内的索引0处的DataTable类对象

>>>>>>>>>包含所有行的RowCollection对象

计数>>>>>>>>>用于计算集合中的行数
ds >>>>>>>>>>> Object of DataSet class from System.Data namespace
Tables[0] >>>> DataTable class object at index 0 inside ds object
Rows >>>>>>>>> RowCollection object which contain all the rows
Count >>>>>>>> Used to count no of rows inside the collection


ds.tables [0] .count - <$ c $中的表数c> dataset object

ds.tables [0] .rows.count - <$ c中的行数$ c> table [0]



更多:

http://msdn.microsoft.com/en-us/library/system.data.dataset.tables.aspx [ ^ ]

http://msdn.microsoft.com /en-us/library/system.data.datatable.rows.aspx [ ^ ]

http://msdn.microsoft.com/en-us/library/system.data .datatable.aspx [ ^ ]

http:// msdn。 microsoft.com/en-us/library/system.data.dataset.aspx [ ^ ]
ds.tables[0].count - count of tables in dataset object
ds.tables[0].rows.count - count of rows in table[0]

More:
http://msdn.microsoft.com/en-us/library/system.data.dataset.tables.aspx[^]
http://msdn.microsoft.com/en-us/library/system.data.datatable.rows.aspx[^]
http://msdn.microsoft.com/en-us/library/system.data.datatable.aspx[^]
http://msdn.microsoft.com/en-us/library/system.data.dataset.aspx[^]


阅读以下内容:http://forums.asp.net/t/1834551.aspx/1 [ ^ ]
Read the following : http://forums.asp.net/t/1834551.aspx/1[^]


这篇关于ds.tables [0] .count&gt; 0和ds.tables [0] .rows.count&gt; 0之间的差异是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆