Answer Posted / radheshaym
A typed dataset is derived from the Dataset class and has an
associated XML schema, which is created at the time of
creation of the datset.
An Untyped dataset does not have any associated XML shema.In
an untyped dataset,the tables and columns are represented as
collections.Because an XML shema is not created for an
untyped datset,the structure of an untyped dataset is not
known during compilation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between data reader and data adapter?
List all the steps in order, to access a database through ado.net?
What are the benefits of using of ADO.NET in .NET 4.0?
What are the main differences between classic ado and ado.net?
What is an ado connection?
What are advantages of microsoft-provided data provider classes in ado.net?
differance between ADO vs ADO.Net?
Where is adodb dll located?
What is oledb driver?
What are dataproviders?
Which method is used by command class to execute SQL statements that return single value?
What is ado.net in mvc?
What is ado net stands for?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What is ado.net and its architecture?