A SQL profiler for System.Data.Common objects, with some clever .NET dynamic tricks so that it can work as a profiler even if your code needs to set ADO.NET provider-specific properties.
Info
Version: | 0.3.1 |
Author(s): | Mike Beaton |
Last Update: | Thursday, April 16, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MightyOrm/SqlProfiler |
NuGet Url: | https://www.nuget.org/packages/SqlProfiler |
Install
Install-Package SqlProfiler
dotnet add package SqlProfiler
paket add SqlProfiler
SqlProfiler Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
- System.Data.Common(>= 4.3.0)
- Microsoft.CSharp(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
- System.Data.Common(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.3.0)