ADO.NET Question:
Download Questions PDF

what is typed and untyped dataset?

Answer:

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.

Download ADO.NET Interview Questions And Answers PDF

Previous QuestionNext Question
How to call the SQL commands asynchronously in ADO.NET version 2.0?I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, How do you check whether all the 10 records were present while updating the
data(Which event and steps) and throw the exception.