Data Access has been discontinued. Please refer to this page for more information.

How to: Restore a Backup

This article is relevant to entity models that utilize the deprecated Visual Studio integration of Telerik Data Access. The current documentation of the Data Access framework is available here.

When you use the Telerik Data Access LINQ to SQL Conversion Wizard for upgrading L2S model to Telerik Data Access Domain Model, a backup of the project's original state is created. The backup is placed folder named ProjectName_Backup. That folder is a subfolder of the project folder.

In order to restore the previous state of your project:

  1. Delete everything from the project folder except for the ProjectName_Backup sub-folder.
  2. Move the content from the ProjectName_Backup folder to the project folder.

For a complete walkthrough illustrating how to use the Telerik Data Access LINQ to SQL Conversion Wizard, check out the How to: Convert from L2S Model to Telerik Data Access Domain Model topic.