This repository has been archived by the owner on Dec 23, 2017. It is now read-only.
Dynamic Performance and BuiltIn Type mapping
This release speeds up dynamic mapping by using a specialized structure (DynamicRow) in which the values are a simple array and a list of available columns is held separately. You can also map directly to a DynamicRow if you need a simple and performant 'bucket' of data.
Also in this release is simple type mapping for CLR types that have public parameterless constructors, capability of those without such as string are in progress.