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 database is the ado.net?
Which method is used by command class to execute SQL statements that return single value?
What are dataproviders?
Can we load multiple tables in a dataset?
What is the purpose of using adodb?
What are the ado.net connection pooling parameters?
Explain how to create dynamic gridview?
Explain the difference between data reader and data set?
What is the usage of the dataset object in ado.net?
Explain ado.net features?
What is adodb dll?
What is the hierarchy of data in databases?
How can we load multiple tables in a dataset?
Explain the difference between an ado.net dataset and an ado recordset?
What is datasource in ado.net?