Answer Posted / 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 View All Answers
How do you merge 2 datasets into the third dataset in a simple manner?
Which is faster entity framework or ado.net?
Explain which name space is used to get assembly details?
What you mean by filtering of data?
Explain the differences between oledb sql server, oledbdotnet provider?
What is difference between dataset and datatable?
How to maintain the relation between two tables in ADO.NET?
How to bind the controls(best practice) comboboxes to the data in the dataset?
How will you fill the gridview by using datatable object at runtime?
What is the return type of executescalar?
Give an example that shows how to execute a stored procedure in ado.net?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
Define the data provider classes that is supported by ado.net?
How we can provide data to ado.net?
How to check if a datareader is closed or opened? IsClosed()