adamfoneil / Dapper.CX

A Crud library based on Dapper
MIT License
8 stars 1 forks source link

add MergeAsync overload that accepts IEnumerable<string> of PK properties #2

Closed adamfoneil closed 4 years ago

adamfoneil commented 4 years ago

So you don't have to use [PrimaryKey] attributes on your model .... in keeping with renewed POCO commitment.