DataSetCommand
Knows how to load a table from a data store and write changes back.
- Exposes two methods:
- FillDataSet(DataSet)
- Update(DataSet)
- Provides mappings between tables & columns
- User can override default insert/update/delete commands
- i.e., to specify stored procedures
- Allows single DataSet to be populated from multiple different datasources