Click here to hide categories Click here to show left categories

User: Home          welcome : Guest          Log In / Register here     




In how many ways we can retrieve table records count? How to find the count of records in a dataset

foreach(DataTable thisTable in myDataSet.Tables){
// For each row, print the values of each column.
foreach(DataRow myRow in thisTable.Rows){ 

Share this article   |    Print    |    Article read by 1136 times
Author:
Guest
Guest user is that user who have done some activity on website without login. Activity contains commenting on any article, uploading an image on website etc.
Related Articles:
Related Interview Questions: