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 the use of adodc?

739


What does adodb stand for?

703


How many major types of connection objects in ADO.NET?

811


What is ado oledb and odbc?

688


What Is Difference Between Ado And Ado.net?

769


Explain how to bind the controls(best practice) comboboxes to the data in the dataset?

772


What are datareaders?

696


What are the steps you will take to improve performance?

663


What is difference between datareader and dataadapter?

797


What is executequery?

697


What are the ado.net connection pooling parameters?

667


Explain executenonquery?

808


What is connection string?

731


What is disconnected scenario in entity framework?

783


What is the use of data grid?

705