Citms.EntityFrameworkCore.Extended 1.1.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Citms.EntityFrameworkCore.Extended --version 1.1.8
NuGet\Install-Package Citms.EntityFrameworkCore.Extended -Version 1.1.8
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="Citms.EntityFrameworkCore.Extended" Version="1.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Citms.EntityFrameworkCore.Extended --version 1.1.8
#r "nuget: Citms.EntityFrameworkCore.Extended, 1.1.8"
#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.
// Install Citms.EntityFrameworkCore.Extended as a Cake Addin
#addin nuget:?package=Citms.EntityFrameworkCore.Extended&version=1.1.8

// Install Citms.EntityFrameworkCore.Extended as a Cake Tool
#tool nuget:?package=Citms.EntityFrameworkCore.Extended&version=1.1.8

EFCore拓展添加批量删除,批量更新,SQL执行方法

Product 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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Citms.EntityFrameworkCore.Extended:

Package Downloads
Citms.Common.Utility

Excel批量导入,导出功能; EF 公共DBContext实现

Tiny.EntityFramework.Oracle.Extensions

EF core intergration with Oracle

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.6 95 3/9/2024
1.4.5 191 6/5/2023
1.4.4 1,572 12/3/2021
1.4.3 498 6/2/2021
1.4.1 651 10/13/2020
1.4.0 605 7/29/2020
1.3.9 623 7/28/2020
1.3.9-preview 352 7/28/2020
1.3.8 648 7/11/2020
1.3.7 4,353 6/17/2020
1.3.7-preview1 383 6/11/2020
1.3.6 1,864 3/5/2020
1.3.6-preview 746 3/2/2020
1.3.5 1,196 11/28/2019
1.3.4 751 10/25/2019
1.3.3 3,418 7/2/2019
1.3.2 681 5/29/2019
1.3.1 636 5/28/2019
1.3.0 748 5/16/2019
1.2.8 2,903 5/5/2019
1.2.7 659 5/4/2019
1.2.5 755 4/23/2019
1.2.4 688 4/18/2019
1.2.3 1,271 4/13/2019
1.2.2 958 4/2/2019
1.2.1 681 4/2/2019
1.2.0 1,513 3/28/2019
1.1.9 2,040 3/6/2019
1.1.8 2,407 9/5/2018
1.1.7 998 8/14/2018
1.1.6 1,034 8/2/2018
1.1.5 1,079 8/1/2018
1.1.4 999 8/1/2018
1.1.3 1,017 7/27/2018
1.1.1 3,331 7/13/2018
1.1.0 3,868 6/14/2018
1.0.8 2,589 6/11/2018
1.0.7 2,718 5/30/2018
1.0.6 1,469 5/15/2018
1.0.5 1,174 5/15/2018
1.0.4 4,728 5/15/2018
1.0.3 3,198 5/14/2018
1.0.2 1,086 5/11/2018
1.0.1 1,130 5/10/2018
1.0.0 1,128 5/7/2018

2018-05-07 EFCore拓展添加批量删除,批量更新,SQL执行方法
2018-05-09 EFCore拓展添加SQL执行方法
2018-05-15 修复部分已知BUG
2018-05-16 添加QueryDataTable拓展方法
2018-06-10 修复mysql分页计算错误BUG
2018-06-13 修复oracle参数错误BUG
2018-07-13 更新依赖版本为.NETStandard
2018-07-17 修复枚举bug
2018-08-01 添加相关异步执行方法
2018-08-14 修复oracle排序错误问题