5
Answers

Stored Procedure successfull execution using LINQ

Ask a question
Vahaj uddin

Vahaj uddin

13y
3.1k
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)