Paymentsense / Dapper.SimpleSave

Saving of new and updated data using Dapper
MIT License
31 stars 12 forks source link

Feature/40 user assigned primary keys #41

Closed bartread closed 9 years ago

bartread commented 9 years ago

Added support for user assigned primary key values, which is something that Richard found himself needing. I'd added support in PrimaryKeyAttribute but hadn't finished the implementation.