Debugging Support

LINQ to SQL provides general debugging support for LINQ to SQL projects. Also see Debugging LINQ or 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
Describes how to use DataContext properties to view query activity.

How to: Display a ChangeSet
Describes how to show changes being sent to the database.

How to: Display LINQ to SQL Commands
Describes how to display SQL commands and other information.

Troubleshooting
Presents common scenarios whose causes might be hard to determine.

See also