What is dataset and dataadapter in c#?



What is dataset and dataadapter in c#?..

Answer / Amit Kumar Pal

Dataset is a container for disconnected data in C#. DataAdapter is used to fill the Dataset with data from a database by executing SQL commands. It also allows updating the database with changes made to the Dataset.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is difference between tostring() vs convert.tostring() vs (string) cast

1 Answers  


Which class does the remote object has to inherit?

1 Answers  


Types of Unboxing?

2 Answers   Educomp,


What is executereader in c#?

1 Answers  


What is difference between assembly and dll?

1 Answers  


What is visual c# net?

1 Answers  


Where do we use serialization in c#?

1 Answers  


What is a console operator?

1 Answers  


How many constructor can a class have?

1 Answers  


Can you declare the override method static while the original method is non-static?

5 Answers  


What are anonymous types in c#?

1 Answers  


What is the advantage of static class in c#?

1 Answers  


Categories