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 to maintain the relation between two tables in ADO.NET?
What is dataset object? Explain the various objects in dataset.
What is executenonquery ado.net?
What are the Data providers in ADO.Net?
Explain the architecture of ado.net?
Why is it important to close an ado.net application?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
How can we add/remove row's in "datatable" object of "dataset"?
What are the benefits of ADO.NET?
What is ole in vb?
What is the return type of executescalar?
Is datareader faster than datatable?
What DataReader class do in ADO.NET ?
Which method in OLEDBAdapter is used to populate dataset with records?