Dapper.Bulk
Dapper.Bulk copied to clipboard
allows explicitkey id property to bulk insert
We got error while try to bulk insert. Cannot insert the value NULL into column 'Id' without autoincrement id
when trying to give a value to id(explicitkey) it gives a "cannot insert null value to id" error, although I should be able to give a value on non auto increment id column
This commit ignores explicit keys from allProperties.Except operation.