5
Answers

Stored Procedure successfull execution using LINQ

I'm updating some value through stored procedure using LINQ. How would I be able to know that the updation has been performed successfully on table like we got to know in ADO.net where ExecuteNonQuery() Function returns the no of affected values.

Answers (5)