What are typed datasets?



What are typed datasets?..

Answer / s. verma

A DataSet can be typed or untyped. The difference is that
the typed DataSet has a schema and the untyped DataSet doesn't.
A typed DataSet gives easier access to the content of table
fields through strongly typed programming. Strongly typed
programming uses info from the underlying data schema. This
means we are programming directly against your declared
objects and not the tables. A typed DataSet has a reference
to an XML schema file. This scema file (*.xsd) describes the
structure of all the tables contained within the DataSet.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

what are the ihttphandler and ihttphandlerfactory interfaces ?

0 Answers  


what is service contract,operation contract?

2 Answers  


What is the difference between the asp and asp.net?

0 Answers  


What is the maximum length of textbox

1 Answers  


How to reduce the width of textbox in editcommandcolumn of datagrid?

0 Answers  






How do you add a javascript function for a link button in a datagrid ?

4 Answers   Microsoft,


What is the main differences between asp and asp.net?

0 Answers  


Where is asp.net session stored?

0 Answers  


How does a content page differ from a master page?

0 Answers  


What is the difference between file-based dependency and key-based dependency?

0 Answers  


What is the use of The Page.Master Property?

1 Answers  


How to do state management in ASP.NET?

0 Answers   BirlaSoft,


Categories