ASP.NET MVC Stored Procedure

Posted by Pinu on Stack Overflow See other posts from Stack Overflow or by Pinu
Published on 2010-04-13T13:46:29Z Indexed on 2010/04/13 13:53 UTC
Read the original article Hit count: 297

Filed under:
|

I am using a ms sql stored procedure to get a set of records , when i am adding this stored procedure to my LinqToSql class and using it my repository it shows like it is returning a int value but it should be returning a set of rows. Is there some thing wrong with my stored procedure or some thing else???

© Stack Overflow or respective owner

Related posts about linq-to-sql

Related posts about .NET