Info
Version: | 1.0.1 |
Author(s): | BBernard / CajunCoding |
Last Update: | Wednesday, December 30, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cajuncoding/SqlAppLockHelper |
NuGet Url: | https://www.nuget.org/packages/SqlAppLockHelper.MicrosoftData |
Install
Install-Package SqlAppLockHelper.MicrosoftData
dotnet add package SqlAppLockHelper.MicrosoftData
paket add SqlAppLockHelper.MicrosoftData
SqlAppLockHelper.MicrosoftData Download (Unzip the "nupkg" after downloading)
Dependencies
- SqlAppLockHelper.Common(>= 1.0.1)
- Microsoft.Data.SqlClient(>= 2.1.1)
Tags
The API provides a set of easy to use custom extensions for the Microsoft.Data.SqlClient library that provide robust distributed application mutex/locking support via the sp_getapplock & sp_releaseapplock stored procedures.