DekGenius.com
[ Team LiB ] Previous Section Next Section

Chapter 25. The DataRow Class

The DataRow class represents a single row of data in the DataTable. It retrieves, updates, inserts, and deletes a row of data from the DataTable. The DataRow object can access column values within the row.

As with all disconnected data classes, the DataRow isn't specific to any data provider.

    [ Team LiB ] Previous Section Next Section