moranbernate
moranbernate copied to clipboard
Add trackSql action to handle generated sql and params
What I did
I've added an optional Action<string, IList<object>> trackSql = null
argument to the QueryExt
methods
TBD - tests.