Debugging Support (LINQ to SQL)
LINQ to SQL provides general debugging support for LINQ to SQL projects. For more information, see Debugging LINQ to SQL and Debugging LINQ.
LINQ to SQL also provides special tools for viewing SQL code. For more information, see the topics in this section.
In This Section
How to: Display Generated SQL (LINQ to SQL)
Describes how to use DataContext properties to view query activity.How to: Display a ChangeSet (LINQ to SQL)
Describes how to show changes being sent to the database.How to: Display LINQ to SQL Commands (LINQ to SQL)
Describes how to display SQL commands and other information.Troubleshooting (LINQ to SQL)
Presents common scenarios whose causes might be hard to determine.