What are the different row versions available?

Answers were Sorted based on User's Feedback



What are the different row versions available?..

Answer / 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

What are the different row versions available?..

Answer / ravindarjobs

have a look at this link

http://msdn2.microsoft.com/en-us/library/ww3k31w0.aspx

Is This Answer Correct ?    3 Yes 0 No

What are the different row versions available?..

Answer / 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

More ADO.NET Interview Questions

What is namespace in ado.net?

0 Answers  


Which is faster entity framework or ado.net?

0 Answers  


What is ole in vb?

0 Answers  


What is sqldatareader?

0 Answers  


How to get oledb connection?

3 Answers  






Explain sqlconnection object?

0 Answers  


what is sql Injection?

4 Answers   Microsoft,


what is Sql Native Client?

5 Answers   Gantec Solutions,


i have two textboxes one for user name and another for password . i have a table name compare(which contains name,passwod etc.,)my doubt is how compare username textbox with name column and how compare password textbox with passwod column. i want the code

9 Answers   Wipro,


Diff b/w DataReader,Dataset and Data table?

5 Answers   HCL,


Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?

0 Answers  


Define partial class?

0 Answers  


Categories