How would i know the SQL statement generated by my Linq to sql query?
|
feedback
|
|
You could see the SQL statement by using the toString() statement.
or you could do something like this.
| |||||||
feedback
|
|
Use LINQ to SQL Debugger Visualizer. Alternatively, you can set | |||
|
feedback
|
|
There is a tool to check the query http://www.linqpad.net/ | |||
|
feedback
|