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
What does datareader object do?
How do you update a dataset in ado.net and how do you update database through dataset?
What do you mean by performing asynchronous operation using command object?
What is namespace in ado.net?
What are the main differences between classic ado and ado.net?
Why do we need ado.net?
Which is faster sqldataadapter and sqldatareader?
What are two types of transaction supported by ado.net?
differance between ADO vs ADO.Net?
What is data reader in ado.net?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What are the advantage of ado.net?
What are the difference between readonly vs. Const?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx