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" />
<PackageReference Include="PigSQLSrvCoreLib" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=PigSQLSrvCoreLib&version=2.8.220
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
-
net5.0
- Microsoft.Data.SqlClient (>= 5.2.3)
- PigToolsLiteLib (>= 3.6.20)
-
net6.0
- Microsoft.Data.SqlClient (>= 5.2.3)
- PigToolsLiteLib (>= 3.6.20)
-
net7.0
- Microsoft.Data.SqlClient (>= 5.2.3)
- PigToolsLiteLib (>= 3.6.20)
-
net8.0
- Microsoft.Data.SqlClient (>= 5.2.3)
- PigToolsLiteLib (>= 3.6.20)
-
net9.0
- Microsoft.Data.SqlClient (>= 5.2.3)
- PigToolsLiteLib (>= 3.6.20)
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 | 303 | 12/16/2025 |
| 2.8.218 | 223 | 9/10/2025 |
| 2.8.212 | 211 | 5/18/2025 |
| 2.8.210 | 257 | 2/13/2025 |
| 2.8.208 | 242 | 11/21/2024 |
| 2.8.206 | 234 | 11/20/2024 |
| 2.8.202 | 240 | 9/27/2024 |
| 2.8.200 | 241 | 8/27/2024 |
| 2.8.198 | 178 | 7/31/2024 |
| 2.8.196 | 224 | 7/23/2024 |
| 2.8.190 | 221 | 7/18/2024 |
| 2.8.188 | 278 | 7/14/2024 |
| 2.8.186 | 253 | 7/2/2024 |
| 2.8.182 | 240 | 6/27/2024 |
| 2.8.180 | 261 | 6/27/2024 |
| 2.8.178 | 209 | 6/10/2024 |
| 2.8.176 | 248 | 6/5/2024 |
| 2.8.172 | 239 | 6/3/2024 |
| 2.8.170 | 331 | 3/25/2024 |
Loading failed
Fix bugs of CmdSQLSrvSp and CmdSQLSrvText.