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 is the compiled object?

0 Answers   eXensys,


Explain about ASP.NET?

0 Answers  


Should validation (did the user enter a real date) occur server-side or client-side? Why?

4 Answers   Siebel Systems,


Can a master page inherit another master page?

13 Answers   Emphasis, IBM, NIIT, Sebiz Square,


What is the syntax for datagrid and specifying columns ?

2 Answers   Microsoft,






what is DLL Hell and how it is solved in .NET? please explain clearly??

0 Answers   TCS,


How many types of web application ?

1 Answers  


How do you bind array to gridview? Will it works?

4 Answers   HP,


What is active web pages?

0 Answers  


What is http protocol and how it works?

0 Answers  


how to transfer the file from client to server using asp.net

0 Answers   Sans Pareil IT Services,


What is asp.net architecture?

0 Answers  


Categories