EntityFrameworkCore.SqlServer.SimpleBulks icon indicating copy to clipboard operation
EntityFrameworkCore.SqlServer.SimpleBulks copied to clipboard

Get the generated identity value for BulkMerge

Open manutiedra opened this issue 1 year ago • 0 comments

First I want to thank you for this excellent project. It works great and it is really fast.

The only thing I'd love to have is to be able to get the entities updated with the PK when I call BulkMerge. With BulkInsert I can get the PK using the options.KeepIdentity = false but there is no equivalent property for BulkMerge. It would be awesome if that can be added.

manutiedra avatar Dec 15 '23 08:12 manutiedra