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
What are the uses of Stored Procedure?
What is partial class?
What is ole in excel?
How to check if the Dataset has records ?
How do you update database through dataset?
What is the executescalar method?
Which is faster dataset or datareader?
What is ado control?
What are the ado.net objects?
Which ado.net object is very fast in getting data from the database?
How can we serialize the dataset object?
What is serialization and de-serialization in .net?
What are the methods of XML dataset object?
What are the different row versions available in table?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?