C#实体框架执行存储过程
问题描述:
有人可以帮助我吗?我的问题是:
我在数据库中输入了过程字符串,并且想通过查询数据库中的过程字符串来在Entity Framework中实现动态过程.感谢高级.....
could anyone help me? my problem is:
I input procedure string in database and I want to Dynamic procedure in Entity Framework by Query procedure string in database.Thank in advanced.....
答
您可以找到下一篇文章中的详细信息:
从实体框架调用存储过程 [ ^ ]
在LINQ中使用存储过程的六个简单步骤 [^ ]
You could find details in the next articles:
Call Stored Procedure From Entity Framework[^]
Six simple steps to use a Stored Procedure in LINQ[^]