The Dataset:
Dataset is explicitly designed for data access independent of data source
Thus, can be used with a variety of data sources
Disconnected object type
Contains a collection of one or more DataTable objects made up of rows, columns with constraints
DataSet is a memory-resident representation of data
Represents a complete set of data, including related tables, constraints etc.
DataSet can persist and reload its contents as XML, and schema as XSD
Typed Dataset:Tables and columns that are a part of [pending]
No comments:
Post a Comment