Is there any open source software for converting SQL statements to LINQ?
You cannot convert SQL statements to LINQ queries without having an object model. LINQ queries objects, while SQL queries relational data, so a mapping is necessary between the two worlds.
Take a look at T4Toolbox - an open source tool on CodePlex that can generate SQL schemas from LINQ and LINQ schema from SQL. Maybe it won't fulfill 100% of your needs, but it's open sourced and therefore extendable.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With