What is data set in c#?



What is data set in c#?..

Answer / Sayyad Musarrat Masood Zaidi

DataSet is a class in C# that represents an in-memory cache of data and schema information. It's part of the ADO.NET data set, which contains a collection of interrelated tables (DataTables), relationships between those tables, constraints, and other metadata. DataSets are mainly used for reading and writing structured data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are examples of desktop applications?

1 Answers  


What is the difference between continue and break statement?

1 Answers  


What is difference between dictionary and hashtable?

1 Answers  


what are the contents of an assembly ?

1 Answers  


Can a class be protected in c#?

1 Answers  


What is dll in vb.net?

1 Answers  


what is the index value of the first element in an array?

1 Answers  


Can You Prevent Your Class From Being Inherited By Another Class?

1 Answers   Siebel Systems,


What is the advantage of singleton class?

1 Answers  


how to handle errors in sqlserver

1 Answers  


Is multiple inheritance possible in c#?

1 Answers  


What are the Different kinds of methods?

4 Answers   Wipro,


Categories