I have a stored procedure that returns a scalar value, I mapped it in the entity model, created an imported function, however it wasn’t add into the context class. So I was not able to found how to call it from C# code.
Thanks in advance,
Carlos Loth.
In EF 1, it’s a little involved.
In EF 4, this is directly supported.