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 ado.net use odbc?
Which database is the ado.net?
What is the difference between executenonquery () and executescalar ()?
Explain what are acid properties?
What is the current version of entity framework?
Which object needs to be closed?
What is execute reader in ado.net?
Is ado.net dead?
Explain how do you connect to sql server database without using sqlclient?
What is the difference between Command and CommandBuilder object?
What are the steps to connect to a database?
How can we serialize the dataset object?
Explain how to find the given query is optimised one or not?
Can we load multiple tables in a dataset?
What is ado and rdo?