Chapter 9. DataRows

The DataRow class represents a single row of data in the DataTable . The DataRow class can retrieve, update, insert, and delete a row of data from the DataTable . Using the DataRow class, each column value for the row can be accessed.

The DataRow maintains the RowState property that is used by ADO.NET to track the changes that have been made to a DataRow . This property allows changed rows to be identified, and the appropriate update command to be used to update the data source with the changes.



ADO. NET in a Nutshell
ADO.NET in a Nutshell
ISBN: 0596003617
EAN: 2147483647
Year: 2005
Pages: 415

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net