Explain RowState property in ADO.NET DataRow object ?

RowState property of DataRow object determines the current state of the row. Various RowState values are : Unchanged , Added , Modified , Deleted , Detached

Leave a Reply