Log property of a LINQ to SQL context

good old LINQ to SQL has a Log property, which is a TextWriter,
that can be used to capture a trace of activities.

I believe that LINQ to Entities does not have an exact equivalent.
To monitor LINQ to Entities, it is easiest to use SQL Server Profiler.


Comments