2
Reply

How is Dataset diffrent from DataTable ?

Abhay Ojha

Abhay Ojha

16y
3.9k
0
Reply

    Data set is like a data base data table is like a table I mean the dataset contains data tables and data relations

    Dataset can store Multiple table at one time, we can update , delete, insert through dataset, and its working on disconnected mode. Dataset contain datatable and have load functinality to datatable but this is not in datatable. datatable can store one table