Computer Science, asked by missbrains9223, 1 year ago

What is dataset in c sharp dotnet?

Answers

Answered by sushmita
3
<b><i>The ADO.NET DataSet contains DataTableCollection and their DataRelationCollection . It represents a complete set of data including the tables that contain, order, and constrain the data, as well as the relationships between the tables. ... The following link gives you in details about Dataset Class with C# Source Code .
Answered by Anonymous
0
The ADO.DataSet contains DataTableCollection and their DataRelationCollection . It represents a complete set of data including the tables that contain, order, and constrain the data, as well as the relationships between the tables. ... Build and fill each DataTable in a DataSet ...
Similar questions