I'm a professional writer and Business Development with more than 10 years of experience. I have worked for a lot of businesses and can share sample works with you upon request. Chat me up and let's get started.
That is a collection of DataTables. Where you can use the DataSet type to store many DataTables in a single collection. Theoretically, the DataSet acts as a set of DataTable instances.
or
A DataSet contains DataTableCollection and their DataRelationCollection . That represents a complete set of data including the tables that contain, order, and constrain the data, as well as the relationships between the tables. You can use Dataset in combination with DataAdapter Class.
Liked By
Write Answer
WHAT IS DATASET IN ADO.NET?
Join MindStick Community
You have need login or register for voting of answers or question.
Shrikant Mishra
20-Aug-2020The DataSet:-
That is a collection of DataTables. Where you can use the DataSet type to store many DataTables in a single collection. Theoretically, the DataSet acts as a set of DataTable instances.
or
A DataSet contains DataTableCollection and their DataRelationCollection . That represents a complete set of data including the tables that contain, order, and constrain the data, as well as the relationships between the tables. You can use Dataset in combination with DataAdapter Class.