Hi,
I run some queries against an in-memory database. See gist. https://gistlyn.com/?gist=df066417ef961487d0e710588dc1cb71
Is it possible to get the parameter values of the last sql query?
I see this:
SELECT “Id”, “Content”, “Order”, “Done” FROM “Todo” WHERE “Id” = @Id
I want to see this:
SELECT “Id”, “Content”, “Order”, “Done” FROM “Todo” WHERE “Id” = 12