EFUtilities 0.4.1
See the version list below for details.
dotnet add package EFUtilities --version 0.4.1
NuGet\Install-Package EFUtilities -Version 0.4.1
<PackageReference Include="EFUtilities" Version="0.4.1" />
paket add EFUtilities --version 0.4.1
#r "nuget: EFUtilities, 0.4.1"
// Install EFUtilities as a Cake Addin #addin nuget:?package=EFUtilities&version=0.4.1 // Install EFUtilities as a Cake Tool #tool nuget:?package=EFUtilities&version=0.4.1
Adds batch operations to Entity Framework when using MS Sql server
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- EntityFramework (>= 6.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on EFUtilities:
Package | Downloads |
---|---|
Funcular.DataProviders
•Provides easy bulk insert, delete and update methods without round trips to the database (New in 0.8.5) •Automatically scans assemblies in your AppDomain for configurable entities •No EDMXs •Sets up a SQL Server context with no configuration but a connection string •Does not require you to manually add entity types to your DbSet •By default, picks up any classes derived from EntityTypeConfiguration •One line of code—a predicate—specifies which Types from your assembly are entities Currently supports SQL Server; eventually will handle MongoDB and other underlying stores. |
|
A1MahoCore
A1MahoCore |
|
DataImport
EF批量导入文件数据 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.2 | 1,365,060 | 7/29/2015 |
1.0.1 | 11,910 | 6/10/2015 |
1.0.0 | 14,400 | 5/14/2015 |
0.5.0 | 45,716 | 10/28/2014 |
0.4.2 | 3,235 | 10/21/2014 |
0.4.1 | 5,002 | 8/31/2014 |
0.4.0 | 2,912 | 6/27/2014 |
0.3.4 | 1,390 | 5/1/2014 |
0.3.3 | 1,337 | 1/10/2014 |
0.3.2 | 1,271 | 1/9/2014 |
0.3.1 | 1,266 | 1/4/2014 |
0.3.0 | 1,488 | 1/1/2014 |
0.2.0 | 1,364 | 12/25/2013 |
0.1.0 | 3,020 | 12/22/2013 |
New in 0.4.1:
- Support for TPH (thanks to Daniel Ahrnsbrak)
- SqlBulkCopy reuse the connection to avoid problems with security info not being persisted (thanks to Daniel Ahrnsbrak for reporting)
- InsertAll now have an overload that can take a connection. Needed when there is wrapped connections for example by profilers. (thanks to André Gauci for reporting)
Pull requests:
https://github.com/MikaelEliasson/EntityFramework.Utilities/pull/11
https://github.com/MikaelEliasson/EntityFramework.Utilities/pull/15