开发者

Is it possible to use linq in SQL Management Studio or use it in inline sql?

开发者 https://www.devze.com 2022-12-16 00:30 出处:网络
I would like to offload the work of generating an sql statement from the开发者_运维知识库 application to the database. Is this possible?You cannot, but if you want to translate LINQ queries you can us

I would like to offload the work of generating an sql statement from the开发者_运维知识库 application to the database. Is this possible?


You cannot, but if you want to translate LINQ queries you can use this tool: http://www.linqpad.net/ It can generate the SQL so if you invested a lot in LINQ, you can use this to create stored procs or queries for SQL.


LINQ is part of C# (and other .net languages). It has nothing to do with SQL.

0

精彩评论

暂无评论...
验证码 换一张
取 消