I need to fetch scope_identity() value from a stored procedure after inserting data in C# code. Here I am …
c# sql-server scope-identityI have PK that is self incrementing key. I need to insert the record into the database and then get …
sql sql-server ado.net scope-identity