adspace


What is data set in c#?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is expression tree in c#?

998


What is an abstract class c#?

969


Which namespaces are necessary to create a localized application?

1142


How to assign Null value to Var?

1064


Why can't we use a static class instead of singleton?

954


How do you inherit a class into other class in c#?

995