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){
// For each row, print the values of each column.
foreach(DataRow myRow in thisTable.Rows){
Labels: ADO.Net Interview Questions

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home