How can you define the DataSet structure?

Technology CommunityCategory: ADO.NETHow can you define the DataSet structure?
VietMX Staff asked 3 years ago

DataSet object falls in disconnected components series. The DataSet consists of a collection of tables, rows, columns and relationships.

DataSet contains a collection of DataTables and the DataTable contains a collection of DataRowsDataRelations, and DataColumns. A DataTable maps to a table in the database.