Answer Posted / pranshu sharma
DataSet objects contains multiple DataTable objects.
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Describe the disconnected architecture of ADO.NET’s data access model.
What is data reader in ado.net?
Which is the best method to get two values from the database?
What is an orm, and why would you use one instead of plain old ado.net?
differences between ADO and ADO.NET
What is DataReader Object?
Which is faster ado.net or linq?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is data relation in ado.net?
What is different between sqlcommand object and command behavior object?
What are the major difference between classic ADO and ADO.NET?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is the difference between linq and ado.net?
How to work with disconnected data - the dataset and sqldataadapter?