Does anyone know of a tool to take a T-SQL query and convert it into a LINQtoSQL query?
A:
Because of the way LINQ handles joins, that is a non-trivial problem. I actually tried in the past, but I just couldn't get the semantics right.
(Maybe I will try again using OSLO and MGrammar. Having a decent replacement for LEX and YACC will go a long way.)
Jonathan Allen
2008-10-31 08:04:09
have you tried ANTLR?
Mark Cidade
2008-10-31 08:26:36