fluentsprings / ExpressMapper

Mapping .Net types
http://www.expressmapper.org
Other
310 stars 65 forks source link

Support for IDataRecord to Object mappings #74

Open anisimovyuriy opened 8 years ago

anisimovyuriy commented 8 years ago

Support for IDataRecord to Object mappings

martincully commented 8 years ago

Just evaluating at the moment, looks good :+1: Is it a big job to implement this functionality? I have lightweight data access code and would like to map from DataReader to my POCO's. I'm hand writing the mappings at the moment but this is tedious. I could try to help if you can give some guidance as to where to start.