So you want to update a single row in your table and then return the row identifier that was affected, here’s one way of going about it. Remember SCOPE_IDENTITY() is about inserting so as we are updating here we need…
The post Update SQL Server and return ID of row updated appeared first on C# ASP.NET MVC Developer | Wordpress Expert.