What is dataset in c sharp dotnet?
Answers
Answered by
3
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
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