How can I get the identifier after INSERT in SQL Server?
For my insertion I use context.ExecuteStoreCommand()
A warning. I have a multi-threaded application that inserts "at the same time" some data into the same table.
c # sql-server insert identity
Patrice pezillier
source share