Answer Posted / shree prakash mishra
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the key events of sqlconnection class?
What does sqldatareader return?
Which is faster datareader or dataadapter?
Which provider is used to connect ms access, oracle, etc…?
Define bubbled event?
Explain the role of data provider in ado.net?
Explain the difference in record set and dataset?
What is ado.net full form?
Which is the feature of ado.net?
Explain how to pass multiple tables in datasets simultaneously?
What are the parameters that control most of connection pooling behaviors?
How to Read, Add, Update and Delete record in Entity Framework ?
What are dataproviders?
What is connection string?
Give few examples of datareader that is used in different dataproviders.