Monkey.DBUtility
2.1.10
dotnet add package Monkey.DBUtility --version 2.1.10
NuGet\Install-Package Monkey.DBUtility -Version 2.1.10
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="Monkey.DBUtility" Version="2.1.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Monkey.DBUtility" Version="2.1.10" />
<PackageReference Include="Monkey.DBUtility" />
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 Monkey.DBUtility --version 2.1.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Monkey.DBUtility, 2.1.10"
#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 Monkey.DBUtility@2.1.10
#: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=Monkey.DBUtility&version=2.1.10
#tool nuget:?package=Monkey.DBUtility&version=2.1.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Monkey.DBUtility
Monkey.DBUtility 是一个轻量级的 .NET Standard 数据库操作辅助工具包,提供了简单且高效的数据库操作接口。
功能特点
- 支持 SQL Server 数据库操作
- 提供简单的数据库连接管理
- 支持事务处理
- 支持参数化查询
- 支持存储过程调用
使用要求
- .Net 4.7.2
- SQL Server 数据库
安装
通过 NuGet 包管理器安装:
dotnet add package Monkey.DBUtility
使用示例
using Monkey.DBUtility;
// 执行查询
string connectionString = "your_connection_string";
DbHelperSQL helper = new DbHelperSQL(connectionString);
DataSet ds = helper.Query("SELECT * FROM YourTable");
许可证
本项目采用 MIT 许可证,详情请查看 LICENSE 文件。
版权
Copyright © 2025 Monkey Software. All rights reserved.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.2
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.Win32.Primitives (>= 4.3.0)
- Newtonsoft.Json (>= 13.0.1)
- Quartz (>= 3.0.7)
- System.Net.Http (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.10 | 349 | 6/17/2025 |
| 2.1.9 | 334 | 6/4/2025 |
| 2.1.8 | 343 | 5/27/2025 |
| 2.1.7 | 332 | 5/26/2025 |
| 2.1.6 | 287 | 5/25/2025 |
| 2.1.5 | 264 | 5/24/2025 |
| 2.1.4 | 323 | 5/23/2025 |
| 2.1.3 | 323 | 5/23/2025 |
| 2.1.2 | 328 | 5/23/2025 |
| 2.1.1 | 331 | 5/22/2025 |
| 2.1.0 | 337 | 5/20/2025 |
| 2.0.9 | 334 | 5/19/2025 |
| 2.0.8 | 329 | 5/18/2025 |
| 2.0.7 | 501 | 5/18/2025 |
| 2.0.6 | 336 | 5/18/2025 |
| 2.0.5 | 297 | 5/17/2025 |
| 2.0.4 | 317 | 5/17/2025 |
| 2.0.3 | 319 | 5/17/2025 |
| 2.0.2 | 499 | 5/17/2025 |
| 2.0.1 | 524 | 5/16/2025 |
Loading failed
修复兼容性问题