What are the different row versions available?

Answers were Sorted based on User's Feedback



What are the different row versions available?..

Answer / 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

What are the different row versions available?..

Answer / ravindarjobs

have a look at this link

http://msdn2.microsoft.com/en-us/library/ww3k31w0.aspx

Is This Answer Correct ?    3 Yes 0 No

What are the different row versions available?..

Answer / 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

More ADO.NET Interview Questions

What do you mean by performing asynchronous operation using command object?

0 Answers  


What provider ado.net use by default? Explain the role of data provider in ado.net?

0 Answers  


Explain the difference between an ado.net dataset and an ado recordset?

0 Answers  


Does ado.net use odbc?

0 Answers  


What is sequence of code in retrieving data from database ?

3 Answers   Accenture, BirlaSoft,






How can we save all data from dataset?

0 Answers  


What providers do you use to connect to oracle database ?

4 Answers   Digital GlobalSoft,


What is ado.net objects?

0 Answers  


What is sqldatareader?

0 Answers  


How to find the count of records in a dataset?

6 Answers  


What is the default provider in ado.net?

0 Answers  


How to add a javaScript function in a datagrid?

0 Answers   C DAC, CDAC,


Categories