Telerik OpenAccess ORM

Telerik OpenAccess ORM Send comments on this topic.
Manually Configuring Project Properties
Programmers > Development Environment > Integrating With Microsoft Visual Studio .NET > Manually Configuring Project Properties

Glossary Item Box

The OpenAccess ORM menu command bar provides the following commands:

Enable Project
 

The Enable Project wizard will enable your project to use OpenAccess ORM by adding OpenAccess ORM assembly references, setting up the project properties and adding a configuration file to the project. Refer to the Enable Project Wizard section below for more information. Also, find detailed information about enabling projects in OpenAccess ORM Visual Studio Integration MSDN help.

Create Database
 

Creates a new database according to the ConnectionId specified in the project properties. Refer to Project Properties — Connection ID for more details.

Update Database
 

Updates an existing database according to the ConnectionId specified in the project properties. Refer to Project Properties UpdateDatabase for more details.

Version Info
 

Displays the version information about all OpenAccess ORM assemblies that are currently loaded into Visual Studio.

These commands will only work if the project or project item files are selected in the Solution Explorer or in the Class view. These commands can also be executed in the Command View of Visual Studio. Typing OpenAccess ORM lists all commands, which are currently available, i.e., OpenAccess.DatabaseCreate and OpenAccess.DatabaseUpdate.