LINQ

Fixing LINQ to SQL Issue: Stored Procedure Definition Returns int Instead of ResultSet

Problem Today I was struck with an annoying problem while generating LINQ to SQL dbml file for a stored procedure using Visual Studio 2008. When the stored procedure is dragged and dropped on the DBML designer, Visual Studio is generating wrong signature for the stored procedure output: instead of returning a result set as output, …

Fixing LINQ to SQL Issue: Stored Procedure Definition Returns int Instead of ResultSet Read More »