Search code examples
c#sql-serverlinqopen-source

Is there any open source software for converting SQL statements to LINQ?


Is there any open source software for converting SQL statements to LINQ?


Solution

  • There is no open source product, but there is an inexpensive commercial product that will do this. The product is named Linqer. It runs about $60. It has worked very well for us. It's been able to convert almost any type of SQL statement to a Linq query.