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
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is the difference between typed and untyped dataset?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What are the key features of ado.net?
Define connection string?
What is dataadapter in ado.net?
What is ole data type?
Explain the namespaces in which .net has the data functionality class.
What are the different ado.net namespaces?
What is difference between dataset and datatable?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is the meaning of object pooling?
What is ado.net connection?
What is the use of adodc?
What is acid in ado.net?