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

Which object holds only data and does not interact with data source?

501


What is connected architecture in ado.net?

526


What is ado.net connection?

469


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

515


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

482






What is sqldatasource?

523


How can we add/remove row's in "datatable" object of "dataset"?

541


Which is better entity framework or ado.net?

511


What is the role of data provider in ado.net?

553


How to load multiple tables into a dataset?

544


What is row state?

529


What are the parameters that control most of connection pooling behaviors?

517


What is linq and entity framework?

517


How to create data relations?

550


What are the data providers in ADO.NET framework?

594