Answer Posted / 1647264
There are four types of Rowversions.
Current:
The current values for the row. This row version does not exist for rows with a RowState of Deleted.
Default :
The row the default version for the current DataRowState. For a DataRowState value of Added, Modified or Current, the default version is Current. For a DataRowState of Deleted, the version is Original. For a DataRowState value of Detached, the version is Proposed.
Original:
The row contains its original values.
Proposed:
The proposed values for the row. This row version exists during an edit operation on a row, or for a row that is not part of a DataRowCollection
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of ADO.NET and XML web services?
What are the several execute methods of ado.net?
What is ado oledb and odbc?
What is read only and forward only in ado.net?
Which is faster sqldataadapter and sqldatareader?
What is an ado?
What is the difference between sqldatareader and sqldataadapter?
What are the benefits of ADO.NET?
What are the Data providers in ADO.Net?
What are two important objects of ADO.Net?
What are two types of transaction supported by ado.net?
Explain advantages of ado.net?
List all the steps in order, to access a database through ado.net?
How to create data relations?
What is data relation in ado.net?