2

I'm looking for a feature much like the Log property in Linq DataContext.

fredzvt
  • 331
  • 2
  • 8

1 Answers1

3

All executed SQL is written to the Trace, so you can access is using a TraceListener.

Mark Rendle
  • 9,274
  • 1
  • 32
  • 58