What are the different row versions available?

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


Please Help Members By Posting Answers For Below Questions

What is ado.net architecture?

705


Which provider is used to connect ms access, oracle, etc…?

762


What DataReader class do in ADO.NET ?

818


What are the main differences between classic ado and ado.net?

772


Is entity framework better than ado.net?

717


Which database is the ado.net sql connection object designed for?

838


What are the different ado.net namespaces?

856


What is bubbled event can you please explain?

758


Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?

674


How to read data with the sqldatareader ?

772


What is openrowset?

738


What is datasource in ado.net?

845


Why is it important to close an ado.net application?

788


What are the rules to implement connection pooling?

789


What is ado and rdo?

710