A custom binding for MS SQL Server which can be used in an Azure Function project.
Info
Version: | 1.0.0 |
Author(s): | Jan de Vries |
Last Update: | Wednesday, May 5, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Jandev/azurefunctions-sqlbinding |
NuGet Url: | https://www.nuget.org/packages/AzureFunctions.SqlBinding |
Install
Install-Package AzureFunctions.SqlBinding
dotnet add package AzureFunctions.SqlBinding
paket add AzureFunctions.SqlBinding
AzureFunctions.SqlBinding Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.WebJobs(>= 3.0.8)
- System.Data.SqlClient(>= 4.6.1)
Tags