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.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
The 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.