Answer Posted / r p singh
There are two types of DataSet i)typed DataSet and 2)
Untyped DataSet.
1) The structure of typed DataSet is to be decided on the
compile time, its depend on the developer to decide the
structure of the DataSet.
2) Untyped DataSet don't have the defined structure,
according to the data they changed their structure
dynamically and store the data in XML format on the runtime.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is full form of ado?
What is the difference between Datareader and Dataset?
How can you add or remove rows from the datatable object of dataset?
What is row state?
What is datasource in ado.net?
How to load multiple tables into a dataset?
Is ado.net dead?
What are the advantages of oledb compared with other classes?
Define Execute Scalar?
What are the parameters that control most of connection pooling behaviors?
Explain all the classes those are used for database connections between sql server and asp.net?
Is bulk insert faster than insert?
What are all features of ADO.Net?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is executenonquery ado.net?