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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -