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 uses of reflection?

0 Answers  


what is pagination in asp.net ?

1 Answers   Netsweeper,


how can you handle "control is not part of this page " error?

3 Answers   FactorH,


What is a web api?

0 Answers  


What permissions do asp.net applications posses by default?

0 Answers  






Suppose there is one web farm with 3 servers inside with same configuration and the same project is running inside all servers.Which session mode is usde for all these and why?

3 Answers  


Breifly explain about stack and heap memory Managemet?

2 Answers  


what does Page.IsValid in asp.net

6 Answers   Infosys, Net Solution,


What is the difference between a.Equals(b) and a == b?

4 Answers  


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

4 Answers   HP,


where can i gather the materials for MCP certification

2 Answers  


How do you do validations. Whether client-side or server-side validations are better.?

5 Answers   Microsoft,


Categories