开发者

Tools to convert sql query to linq

开发者 https://www.devze.com 2023-02-19 02:15 出处:网络
I write sql query for many year bu开发者_运维百科t I am new to linq.Are there any tools to convert sql query to linq(especially linq to entity) so as that I can learn linq faster?Have you triedsqlToLi

I write sql query for many year bu开发者_运维百科t I am new to linq. Are there any tools to convert sql query to linq(especially linq to entity) so as that I can learn linq faster?


Have you tried sqlToLinq ? There is a trial version available.

Note: I have not worked on this tool


There are no such tools that give you 100 % accurate results. Linqer(www.sqltolinq.com) may help you in simple queries only. I advice you purchase Linqpad tool which can help practice the linq to entities. You simply write your linq and see the data results as well as the executed T-SQL. Good Luck

0

精彩评论

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