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
Is datareader faster than datatable?
How to pass multiple tables in datasets simultaneously?
What is execute reader in ado.net?
What are the different layers of ado.net?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
Which control of the BindingNavigator returns the current position within the data source?
How can you add or remove rows from the datatable object of dataset?
How to check if the Dataset has records ?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What is Data view?
How to add a javaScript function in a datagrid?
What are advantages of microsoft-provided data provider classes in ado.net?
What is the difference between the clone() and copy() methods of the dataset class?
What is ado.net objects?