本文介绍了映射实体框架中的存储过程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法为Entity Framework中的所有(插入,更新,删除)操作映射单个存储过程。据我搜索,我找到了为每个操作绘制单个程序的方法。但我有一个过程插入,更新和删除选项。请帮助完成这项任务。
感谢U所有
Hi,
Is there any way to map single stored procedure for all (insert, update, delete) operations in Entity Framework. As far as i searched i found the ways of mapping individual proceures for each operation. But i have one procedure that does insert, update and delte with options. Pls help to accompish this task.
Thank U All
推荐答案
这篇关于映射实体框架中的存储过程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!