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 the advantage of ado.net?
How can you add or remove rows from the datatable object of dataset?
What is ole word?
What are the advantage of ado.net?
Is ado.net an orm?
What is the difference between Data adaptor and Data set?
Do we use stored procedure in ADO.Net?
What are the different row versions available in table?
How can we load multiple tables in a dataset?
Which property is used to check whether a DataReader is closed or opened?
What is sqldatareader?
What is DataRowCollection?
What are all components of ADO.Net data provider?
Explain the different row versions available in table?
How can we perform transactions in .net?