Answer Posted / surjit
Typed vs. Untyped Datasets
A DataSet can be Typed or Untyped. The difference between
the two lies in the fact that a Typed DataSet has a schema
and an Untyped DataSet does not have one. It should be
noted that the Typed Datasets have more support in Visual
studio.
| Is This Answer Correct ? | 34 Yes | 3 No |
Post New Answer View All Answers
What is the difference between executenonquery () and executescalar ()?
What are the ado.net objects?
What is Data Provider?
What are the major difference between classic ADO and ADO.NET?
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?
Is datareader faster than datatable?
Describe ado.net object model in detail.
What is data access pattern?
What does executequery return?
What are the advantage of ado.net?
What is difference between executequery and executeupdate?
What is the use of data grid?
Which object needs to be closed?
Define data access layer?
What is the return type of executescalar?