Chapter 23. The DataTable Class
The DataTable is a
memory-resident representation of a data table including columns,
rows, and both unique and foreign key constraints.
It's used for working with and transporting data in
a disconnected environment.
As with all disconnected classes, the DataTable
isn't specific to any data provider.
|