What are various value of RowState of ADO.NET DataRow object ?

Values of RowState of ADO.NET DataRow object :

Sl No
RowState value
Description
1 Unchanged No changes have been made.
2 Added The row has been added to the table
3 Modified Some element of the row has been changed.
4 Deleted The row has been deleted from a table
5 Detached The row is not part of any DataRowCollection.

Leave a Reply