Step 1:     Create your database schema

 

 

ORM.NET maps an object based hierarchy from an existing database schema. Therefore, using SQL Enterprise Manager or another database modeling tool create the tables, columns, relationships and constraints which make up your database. The OleroTraining database schema represented by SQL Enterprise Manager is shown below.

 

You can use any existing SQL database schema, however, please refer to Database Schema Requirements to ensure that your database will work correctly with ORM.NET.

 

 

Go to Step 2: Connect to your Database once have designed your database schema.

 

 

 

OleroTraining Database Schema