Telerik OpenAccess ORM

Telerik OpenAccess ORM Send comments on this topic.
Overview
Programmer's Guide > Developer's Guide > OpenAccess ORM Domain Model > Overview

Glossary Item Box

When you have a model first scenario, you build the domain classes first and then derive the database schema from the domain model. Telerik OpenAccess ORM supports two ways of mapping newly added domain classes to tables. The first approach is to use default mapping. When you use default mapping, OpenAccess ORM takes care of the property to column mapping. In other words, when you have a Model First Scenario and you use the default mapping functionality, OpenAccess ORM will take care for the columns and table naming. On the other side, the explicit mapping gives you more control over the columns\table naming. This section discusses both approaches: