ORM

Abstracts

Object Relational Mapping (ORM) within this framework is the funcionality that maps the database table columns, represented by the Fields property of a data service object to data properties of a domain object model object.

Configuring mappings

The mapping is configured by setting the fields collection of the data service with a key equals to the data property name of the data model object.