Apps72.Dev.Data.SqlServerClr
2.6.0
See the version list below for details.
dotnet add package Apps72.Dev.Data.SqlServerClr --version 2.6.0
NuGet\Install-Package Apps72.Dev.Data.SqlServerClr -Version 2.6.0
<PackageReference Include="Apps72.Dev.Data.SqlServerClr" Version="2.6.0" />
paket add Apps72.Dev.Data.SqlServerClr --version 2.6.0
#r "nuget: Apps72.Dev.Data.SqlServerClr, 2.6.0"
// Install Apps72.Dev.Data.SqlServerClr as a Cake Addin #addin nuget:?package=Apps72.Dev.Data.SqlServerClr&version=2.6.0 // Install Apps72.Dev.Data.SqlServerClr as a Cake Tool #tool nuget:?package=Apps72.Dev.Data.SqlServerClr&version=2.6.0
The SqlDatabaseCommand is a set of components helping C# developers to execute SQL Queries and to retrieve data from SQL Server. 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)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.