ef使用sql语句查询单个数据,比如我要查询某表里面的某一个值,该怎么用。谢谢大神
推荐于2017-12-15
展开全部
declare
varchar temp(10)
select @temp=z from DB:A where ...
if(@temp==1)
select * from DB:B where...
else if(@temp==2)
select * from DB:C where...
else if(@temp==3)
select * from DB:D where...
这个思路应该是这样的,你自己把代码补充完整,数据类型定好,希望能帮到你
varchar temp(10)
select @temp=z from DB:A where ...
if(@temp==1)
select * from DB:B where...
else if(@temp==2)
select * from DB:C where...
else if(@temp==3)
select * from DB:D where...
这个思路应该是这样的,你自己把代码补充完整,数据类型定好,希望能帮到你
追问
大哥,我可能没有描述清楚,我的意思是说,在.net MVC 里面使用一个叫做Entity Framework 的框架,怎么用sql语句查询单行单列的数据。
不过还是谢谢你。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询