Wednesday, September 9, 2009

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){

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home