What are the different row versions available?

Answer Posted / swapna

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 ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does ado.net use odbc?

729


Which database is the ado.net?

757


What is the difference between executenonquery () and executescalar ()?

709


Explain what are acid properties?

778


What is the current version of entity framework?

702


Which object needs to be closed?

2014


What is execute reader in ado.net?

719


Is ado.net dead?

785


Explain how do you connect to sql server database without using sqlclient?

735


What is the difference between Command and CommandBuilder object?

817


What are the steps to connect to a database?

778


How can we serialize the dataset object?

770


Explain how to find the given query is optimised one or not?

738


Can we load multiple tables in a dataset?

829


What is ado and rdo?

710