Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the different row versions available?

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


Please Help Members By Posting Answers For Below Questions

How do you merge 2 datasets into the third dataset in a simple manner?

1057


Which is faster entity framework or ado.net?

963


Explain which name space is used to get assembly details?

1018


What you mean by filtering of data?

1010


Explain the differences between oledb sql server, oledbdotnet provider?

1051


What is difference between dataset and datatable?

1259


How to maintain the relation between two tables in ADO.NET?

1055


How to bind the controls(best practice) comboboxes to the data in the dataset?

1093


How will you fill the gridview by using datatable object at runtime?

1102


What is the return type of executescalar?

1067


Give an example that shows how to execute a stored procedure in ado.net?

1107


What is the default timeout specified for "sqlcommand.commandtimeout" property?

1100


Define the data provider classes that is supported by ado.net?

1029


How we can provide data to ado.net?

1121


How to check if a datareader is closed or opened? IsClosed()

1067