5
Answers

Stored Procedure successfull execution using LINQ

Photo of Vahaj uddin

Vahaj uddin

14y
3.5k
1
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)