Data Table:
1. A DataTable is an in-memory representation of a single database table which has collection of rows and columns.
2.DataTable fetches only one TableRow at a time
DataSet:
1.A DataSet is an in-memory representation of a database-like structure which has collection of DataTables.
2.DataSet can fetch multiple TableRows at a time
1. A DataTable is an in-memory representation of a single database table which has collection of rows and columns.
2.DataTable fetches only one TableRow at a time
DataSet:
1.A DataSet is an in-memory representation of a database-like structure which has collection of DataTables.
2.DataSet can fetch multiple TableRows at a time
No comments:
Post a Comment