entity framework
请问在.net3.5上面 我使用entity framework连接sql server数据库,我现在想要执行数据库中的一个存储过程,"dbo.getid()",返回值是bigint 类型的,entity framework可以执行sql吗?
白玉楼的亡灵
10 years, 3 months ago
Answers
存储过程:
http://www.cnblogs.com/Benjamin/p/3522506.html
执行sql:
http://msdn.microsoft.com/zh-cn/library/system.data.objects.objectcontext.executestorequery
LilMic
answered 10 years, 3 months ago