Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.03 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.03 KB

NuGet version (DapperTraceExtensions) NuGet downloads (DapperTraceExtensions) License (DapperTraceExtensions)

DapperTraceExtensions

Library adds extension methods to DynamicParameters class:

GetQuery()

Generate query based on parameters and return string GetQuery example

WriteQuery()

Generate query based on parameters and write it to Output Debug window with comments at the beginning and end
WriteQuery example