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 adodc?
What does adodb stand for?
How many major types of connection objects in ADO.NET?
What is ado oledb and odbc?
What Is Difference Between Ado And Ado.net?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What are datareaders?
What are the steps you will take to improve performance?
What is difference between datareader and dataadapter?
What is executequery?
What are the ado.net connection pooling parameters?
Explain executenonquery?
What is connection string?
What is disconnected scenario in entity framework?
What is the use of data grid?