Dataset Description:-
The DataSet contains DataTableCollection and theirDataRelationCollection . 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.
We can use Dataset in combination with DataAdapter Class . Build and fill each DataTable in a DataSet with data from a data source using a DataAdapter. The DataSet object offers a disconnected data source architecture. The following link gives you in details about Dataset Class with C# Source Code
Properties
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of a DataSet class that has the given serialization information and context.
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the DataSet class.
Initializes a new instance of a DataSet class with the given name.
No comments:
Post a Comment