henkmollema / Dapper-FluentMap

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

Add support for Dommel #12

Closed henkmollema closed 10 years ago

henkmollema commented 10 years ago

Create implementations for the IKeyPropertyResolver, ITableNameResolver and IColumnNameResolver interfaces of Dommel using the configured mappings.

Tasks:

henkmollema commented 10 years ago

Deployed NuGet package: https://www.nuget.org/packages/Dapper.FluentMap.Dommel.