henkmollema / Dapper-FluentMap

Provides a simple API to fluently map POCO properties to database columns when using Dapper.
MIT License
427 stars 86 forks source link

Is there a way to drop the custom mappings? #101

Closed AlexTorianyk closed 4 years ago

AlexTorianyk commented 4 years ago

I'm reading data from one database into another with different column names, it would be useful if there was an option of reseting the mappings to defaults.

henkmollema commented 4 years ago

There is currently no way of doing that and I'm not planning to add this feature as well.