Utility class to use with ADO.NET that allows pre-processing any SQL used vua SqlCommand class in order to allow optimization/hinting in production environments without recompiling code.
Info
Version: | 1.3.9.3 |
Author(s): | Jose Sebastian Battig |
Last Update: | Monday, July 13, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Ascentis/sql-rewrite-interceptor |
NuGet Url: | https://www.nuget.org/packages/Ascentis.SQLRewriteInterceptor |
Install
Install-Package Ascentis.SQLRewriteInterceptor
dotnet add package Ascentis.SQLRewriteInterceptor
paket add Ascentis.SQLRewriteInterceptor
Ascentis.SQLRewriteInterceptor Download (Unzip the "nupkg" after downloading)
Dependencies
- Lib.Harmony(>= 2.0.1)
- Ascentis.Infrastructure(>= 2.4.4.1)
Tags