MyDAL 0.9.2.3
dotnet add package MyDAL --version 0.9.2.3
NuGet\Install-Package MyDAL -Version 0.9.2.3
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="MyDAL" Version="0.9.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MyDAL" Version="0.9.2.3" />
<PackageReference Include="MyDAL" />
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 MyDAL --version 0.9.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MyDAL, 0.9.2.3"
#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 MyDAL@0.9.2.3
#: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=MyDAL&version=0.9.2.3
#tool nuget:?package=MyDAL&version=0.9.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
目录:
- 目录索引
- MyDAL - 组件适用范围说明
- MyDAL - 快速使用
- MyDAL - .OpenDebug() 与 Visual Studio 输出窗口 使用
- MyDAL - .Update() 使用
- MyDAL - .Update() 之 .Set() 使用
- MyDAL - .Update() 之 .SetSegment 根据条件 动态设置 要更新的字段 使用
- MyDAL - .SelectOne() 使用
- MyDAL - .SelectList() 使用
- MyDAL - .IsExist() 使用
- MyDAL - .Where() & .And() & .Or() 使用
- MyDAL - .Where() 之 .WhereSegment 根据条件 动态设置 Select查询条件 使用
- MyDAL - is null && is not null 条件 使用
- MyDAL - like && not like 条件 使用
- MyDAL - in && not in 条件 使用
- MyDAL - 引用类型对象 .DeepClone() 深度克隆[深度复制] 工具 使用
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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 was computed. 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. |
| .NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- 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.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.9.2.3 | 287 | 4/9/2024 |
| 0.9.2.2 | 225 | 2/3/2024 |
| 0.9.2.1 | 531 | 10/6/2022 |
| 0.9.2 | 657 | 2/27/2022 |
| 0.9.1.24 | 631 | 2/12/2022 |
| 0.9.1.23 | 639 | 2/7/2022 |
| 0.9.1.22 | 507 | 8/26/2021 |
| 0.9.1.21 | 467 | 8/23/2021 |
| 0.9.1.20 | 671 | 7/31/2021 |
| 0.9.1.19 | 539 | 5/4/2021 |
| 0.9.1.18 | 535 | 4/23/2021 |
| 0.9.1.17 | 528 | 4/21/2021 |
| 0.9.1.16 | 491 | 4/17/2021 |
| 0.9.1.15 | 501 | 4/16/2021 |
| 0.9.1.14 | 527 | 4/15/2021 |
| 0.9.1.13 | 506 | 3/20/2021 |
| 0.9.1.12 | 824 | 9/19/2020 |
| 0.9.1.11 | 731 | 9/19/2020 |
| 0.9.1.10 | 718 | 9/19/2020 |
| 0.9.1.9 | 770 | 9/19/2020 |
Loading failed
由一个开发项目中的 idea 产生,实现与演变 !
-- https://www.cnblogs.com/Meng-NET/p/8963476.html
0.9.2.3 支持 列 sum 方法 && 部分 api 重构 && 诟病 bug-fix
0.9.2.2 支持 列 count 方法 && 内部重构 && 限制3表连接
0.9.2.1 支持 where 条件 equals 方法
0.9.2 .net standard 迁移为 .net core 3.1 LTS ; 修正多项 bug ; 支持 主键自增
0.9.1.24 query-api 改为更自然的 select-api