ADO.NET Data Row Version values DataRowVersion value Description Current The current values for the row. This row version does not exist for rows with a […]
Category: ADO.NET Interview Questions
ADO.NET Row State Versus Row Versions
Row state indicates the status of a row whereas Row versions maintain the values stored in a row as it is modified, including current, original, and […]
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 […]
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 , […]
