entity framework - EDMX and stored procedures; I can't see a method to call my SPROC in the context -
i added sproc edmx using update model option. did function import , assigned null return type. problem when try call sproc mycontext.current, there no sign of it. missing something?
are using ef v4? not possible in ef v1, see, example, this question.
Comments
Post a Comment