Click here to Skip to main content
15,888,046 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ima use mvc5 and ef6 with code fisrt
i want create Procedure or function with cf or connect on Procedure or function
with entity to linq
for exmple
i want create Procedure serachadvance() and connect to webgrid
Posted

1 solution

I am pretty sure you can not create stored procedure from EF/CF. It is not meant for that. You can use them however (see: Code First Stored Procedures[^]). But I wouldn't recommend that.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900