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
Does executenonquery return a value?
What are all the different authentication techniques used to connect to MS SQL Server?
Explain all the classes those are used for database connections between sql server and asp.net?
What is ado.net code?
What is ado code?
Explain the difference between data reader and data set?
What connected data?
What is data relation in ado.net?
What is ado.net explain with diagram?
What is an ADO.Net?
What are the namespaces used in ado.net for data access?
What is the difference between the clone() and copy() methods of the dataset class?
What do you know about ado.net's objects?
Does sqlclient and oledb class share the same functionality?
How can we save all data from dataset?