Search code examples
simple.data

Is there a way to log the actually executed SQL query from Simple.Data?


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


Solution

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