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 ado.net architecture?
Which provider is used to connect ms access, oracle, etc…?
What DataReader class do in ADO.NET ?
What are the main differences between classic ado and ado.net?
Is entity framework better than ado.net?
Which database is the ado.net sql connection object designed for?
What are the different ado.net namespaces?
What is bubbled event can you please explain?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
How to read data with the sqldatareader ?
What is openrowset?
What is datasource in ado.net?
Why is it important to close an ado.net application?
What are the rules to implement connection pooling?
What is ado and rdo?