Info
Version: | 2.7.5 |
Author(s): | Denis Voituron |
Last Update: | Thursday, August 9, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Apps72/Dev.Data |
NuGet Url: | https://www.nuget.org/packages/Apps72.Dev.Data.SqlServerClr |
Install
Install-Package Apps72.Dev.Data.SqlServerClr
dotnet add package Apps72.Dev.Data.SqlServerClr
paket add Apps72.Dev.Data.SqlServerClr
Apps72.Dev.Data.SqlServerClr Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It is a light and pragmatic framework that contains only the essential classes needed to create SQL query strings, define parameters and transaction, and execute it to retrieve all data converted in typed objects.
This package is dedicated to be included in SQL Server 2008 CLR procedure or triggers (see https://en.wikipedia.org/wiki/SQL_CLR).