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
What is dataset object? Explain the various objects in dataset.
How does ado.net work?
What is aggregate root?
What is data view and variable view?
What is difference between ado and other data object?
Explain what are the steps to connect to a database?
What is the role of clr?
What are the several execute methods of ado.net?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What are the connected and disconnected modes in ado.net?
What is the difference between the clone() and copy() methods of the dataset class?
How can we load multiple tables in to dataset?
Why is it important to close an ado.net application?
What is sqlconnection and sqlcommand?
What is dataadapter in ado.net?