Friday, October 7, 2011

Using Stored Procedures in the Entity Framework with Scalar Return Values

This Link explains well on how to deal with stored procs returning scalar values using EF. Further it also explains how to handle if the proc returns null. If you have any doubt or need more examples, you can discuss with me here.