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
describe the dataset object in ado.net.
What are the different ado.net namespaces are available in .net?
What is the difference between typed and untyped dataset?
How to Read, Add, Update and Delete record in Entity Framework ?
How do you update a dataset in ado.net and how do you update database through dataset?
Define isolation?
What is serialization and de-serialization in .net?
What is the use of sqldatareader class?
Which is better ole db or odbc?
What is the meaning of executenonquery?
What is difference between entity framework and ado.net?
Explain which name space is used to get assembly details?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What is ole db query?
What is difference between sqldatareader and sqldataadapter?