Hello Folks,
I am working with CodeFirst apporoach in my application. So there is not any .edmx or .dbml file in the solution. Tables are being created by using PMC commands. I have some stored procedure in Database and I need them to be in application so that I can use them same as a Method (As we do while working with .edmx and .dbml file - by dragging and dropping ).
How would this be possible in CodeFirst Approach?
Please assist.
Thanks !!