entity mapping - AlienEngineer/VirtualObjects GitHub Wiki

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