LINQ2SQL:Calling Stored procedure and reading return value

Posted by Shyju on Stack Overflow See other posts from Stack Overflow or by Shyju
Published on 2010-06-11T16:21:34Z Indexed on 2010/06/11 19:42 UTC
Read the original article Hit count: 177

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.

© Stack Overflow or respective owner

Related posts about linq-to-sql

Related posts about stored-procedures