Posted on March 1, 2013
Retrieving a return value from a stored procedure using the Entity Framework DBContext.Database class
I was trying to figure out how to call a stored procedure and then retrieve the return value using the Entity Framework in .NET. Entity Framework is designed to be an ORM layer, so it doesn’t really have… Read More