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

Support Multiple keys #74

Closed andreaLeo closed 4 years ago

andreaLeo commented 6 years ago

Hello Henk,

And thanks for the amazing job, i'm using your libraries now on my current project. I was wondering if you planned to support multiple keys in your mapper ?

Regards

https://github.com/henkmollema/Dapper-FluentMap/blob/6fc00177b0fb3ecabed4e886b8e8af3bec698333/src/Dapper.FluentMap.Dommel/Resolvers/DommelKeyPropertyResolver.cs#L45

lucaxchaves commented 4 years ago

Can i take this issue?

henkmollema commented 4 years ago

This will be fixed by #105.