PigSQLSrvLib 2.8.220

dotnet add package PigSQLSrvLib --version 2.8.220
                    
NuGet\Install-Package PigSQLSrvLib -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="PigSQLSrvLib" Version="2.8.220" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PigSQLSrvLib" Version="2.8.220" />
                    
Directory.Packages.props
<PackageReference Include="PigSQLSrvLib" />
                    
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 PigSQLSrvLib --version 2.8.220
                    
#r "nuget: PigSQLSrvLib, 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 PigSQLSrvLib@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=PigSQLSrvLib&version=2.8.220
                    
Install as a Cake Addin
#tool nuget:?package=PigSQLSrvLib&version=2.8.220
                    
Install as a Cake Tool

PigSQLSrvLib

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 only.
  • View demo
Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net30 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 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 PigSQLSrvLib:

Package Downloads
PigSQLSrvLibDemo

Demo console program for PigSQLSrvLib

PigKeyCacheLib.SQLServer

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

PigKeyCacheLib.SQLServerDemo

Demo console program for PigKeyCacheLib.SQLServer

SeowHostLib

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 322 12/16/2025
2.8.212 239 5/18/2025
2.8.210 271 2/13/2025
2.8.208 290 11/21/2024
2.8.206 226 11/20/2024
2.8.202 318 9/27/2024
2.8.200 266 8/27/2024
2.8.198 230 7/31/2024
2.8.196 234 7/23/2024
2.8.190 234 7/18/2024
2.8.188 272 7/14/2024
2.8.186 236 7/2/2024
2.8.182 273 6/27/2024
2.8.180 235 6/27/2024
2.8.178 261 6/10/2024
2.8.176 228 6/5/2024
2.8.172 266 6/3/2024
2.8.170 284 3/25/2024
2.8.168 277 3/13/2024
Loading failed

Fix bugs of CmdSQLSrvSp and CmdSQLSrvText.