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

Can we load multiple tables in a dataset?

545


How can we serialize the dataset object?

562


Describe datareader object of ado.net with example.

511


What is ado data control?

522


What is disconnected data?

582






What is acid in ado.net?

533


What is the difference in an abstract class and an interface?

518


What are dataproviders?

550


What is dbcontext and dbset in entity framework?

489


What does ado stand for?

523


Why do we need ado.net?

545


Some important instruction regarding ADO.NET connection string ?

546


Do we use stored procedure in ADO.Net?

574


Which object needs to be closed?

1751


How to generate a single aggregate?

544