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 executenonquery return a value?

721


What are all the different authentication techniques used to connect to MS SQL Server?

762


Explain all the classes those are used for database connections between sql server and asp.net?

755


What is ado.net code?

718


What is ado code?

714


Explain the difference between data reader and data set?

693


What connected data?

695


What is data relation in ado.net?

730


What is ado.net explain with diagram?

720


What is an ADO.Net?

765


What are the namespaces used in ado.net for data access?

700


What is the difference between the clone() and copy() methods of the dataset class?

779


What do you know about ado.net's objects?

713


Does sqlclient and oledb class share the same functionality?

721


How can we save all data from dataset?

738