Skip to content

entity mapping

Sérgio Ferreira edited this page Jun 2, 2014 · 2 revisions

Entity Mapping

To make entity mapping as fast as possible the framework creates an assembly specific for that entity. This assembly contains helper methods that are used by VirtualObjects to Create instances of that entity without using reflection, enables VO to Map properties given a datareader, and so on.

Data Type Mappings

Checkout the microsoft table at ADO.Net

Clone this wiki locally