PigSQLSrvCoreLib 2.8.220

dotnet add package PigSQLSrvCoreLib --version 2.8.220
                    
NuGet\Install-Package PigSQLSrvCoreLib -Version 2.8.220
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PigSQLSrvCoreLib" Version="2.8.220" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PigSQLSrvCoreLib" Version="2.8.220" />
                    
Directory.Packages.props
<PackageReference Include="PigSQLSrvCoreLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PigSQLSrvCoreLib --version 2.8.220
                    
#r "nuget: PigSQLSrvCoreLib, 2.8.220"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PigSQLSrvCoreLib@2.8.220
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PigSQLSrvCoreLib&version=2.8.220
                    
Install as a Cake Addin
#tool nuget:?package=PigSQLSrvCoreLib&version=2.8.220
                    
Install as a Cake Tool

PigSQLSrvCoreLib

An interface class library specially designed for MS-SQL server.

  • Friendly calling interface for Command of SQL Server StoredProcedure and SQL statement Text.
  • Support automatic switch connection of mirror database for high availability.
  • Support the transformation of query results into JSON and XML.
  • Key value based on SQL Server.
  • Support cache query.
  • Database connection management.
  • Generate SQL statements or VB code for tables or views.
  • Common SQL Server operation tool functions.
  • It can run on Windows and Linux platforms.
  • View demo
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on PigSQLSrvCoreLib:

Package Downloads
PigSQLSrvCoreLibDemo

Demo console program for PigSQLSrvCoreLib

PigKeyCacheCoreLib.SQLServer

It is a very lightweight key value Caching Application support multi server load balancing.

PigKeyCacheCoreLib.SQLServerDemo

Demo console program for PigKeyCacheCoreLib.SQLServer

SeowHostCoreLib

This is a class library that handles host information, file and directory processing, and other functions.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.8.220 298 12/16/2025
2.8.218 219 9/10/2025
2.8.212 208 5/18/2025
2.8.210 252 2/13/2025
2.8.208 237 11/21/2024
2.8.206 227 11/20/2024
2.8.202 235 9/27/2024
2.8.200 236 8/27/2024
2.8.198 172 7/31/2024
2.8.196 217 7/23/2024
2.8.190 215 7/18/2024
2.8.188 271 7/14/2024
2.8.186 247 7/2/2024
2.8.182 233 6/27/2024
2.8.180 251 6/27/2024
2.8.178 203 6/10/2024
2.8.176 241 6/5/2024
2.8.172 233 6/3/2024
2.8.170 324 3/25/2024
Loading failed

Fix bugs of CmdSQLSrvSp and CmdSQLSrvText.