Answer Posted / guest
foreach(DataTable thisTable in myDataSet.Tables){
// For each row, print the values of each column.
foreach(DataRow myRow in thisTable.Rows)}
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
How do you merge 2 datasets into the third dataset in a simple manner?
Define isolation?
What are the Features of a dataset
What do you mean by ‘batch updates’?
What are the advantages using ado.net?
What are two important objects of ADO.Net?
What is the difference between connected and disconnected environment?
Which is better entity framework or ado.net?
Why is ADO.NET serialization slower than ADO ?
Define the executescalar method?
What are the parameters that control most of connection pooling behaviours?
How to create dynamic gridview?
What is difference between datareader and dataadapter?
What is ado or jdbc?
What is the difference between Datareader and Dataset?