Checking out one of the new stored procedure features in EF4
Posted by: Julia Lerman Blog - Dont Be Iffy...,
on 22 Jul 2009 |
View original | Bookmarked: 0 time(s)
I certainly have not yet explored the depths of EF4 to the same extent as I have with the current version and I have a lot of discoveries ahead of me. Thanks to a tweet this morning by Zekq, I finally saw one of the promised improvements to EFs stored procedure support. In EF v1, you can easily create a function based on a stored procedure through function mapping for stored procs that return scalars. But calling those functions is not as easy. The code generator does not create a class method...