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
Which object is used to add relationship between two Datatables?
What is the full form of ado?
What is sqldatareader?
What is fill method in ado.net?
What is ambient transaction?
What is untyped dataset?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What is ado.net in mvc?
What is ado control?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What are the 3 major types of connection objects in ado.net?
Which object of ado contains datarow datacolumn collection?
How does ado.net work?
Do you use stored procedure in ado.net?
What are the advantages of oledb compared with other classes?