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 do you know about ADO.NET's objects and methods?
How is it possible to get 2 tables of data at a time by using data reader?
What is ole2 format?
What is typed dataset ?
What is partial class?
What is the difference between executenonquery () and executescalar ()?
Explain the architecture of ado.net?
What is ado circle?
Which is faster dataset or datareader?
What is the difference between typed and untyped dataset?
What is ambient transaction?
What is openrowset?
What are the essential features of ado.net?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is ado.net explain with diagram?