1

I have the premium version of LINQPad 6 do you know the steps to convert sql code to linq ?

1 Answers1

0
  1. LINQPad doesn't support it
  2. Linqer support it,but if it's complex sql then converter sometime will convert slowquery LINQ-SQL.the logic is like you can convert C# data to json,but when you try to convert json to C# class it will not convert 100% perfect .

PS: Linqer's link : Linqer | SQL to LINQ converter

Wei Lin
  • 3,591
  • 2
  • 20
  • 52