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 is the default Timeout for SqlCommand.CommandTimeout property?
What is different between sqlcommand object and command behavior object?
What is microsoft ole db provider for sql server?
What is ado rdo dao in visual basic?
What is dao and ado?
What is csdl entity framework?
What are typed and untyped dataset?
What is difference between Dataview and Datatable?
What are dataproviders?
What is difference between connected and disconnected architecture in ado.net?
What is the difference between connected and disconnected environment?
What is difference between executenonquery and executequery?
Can we do database operations without using any of the ado.net objects?
What is ado.net architecture?
What is ado asp?