LINQ2SQL:Calling Stored procedure and reading return value
- by Shyju
Using LINQ 2SQL , How can i call a stored procedure which returns either 1 or 0 when being executed.My procedure has 3 input params.I want to know the return value from procedure in my code too.