EntityFramework.MappingAPI
6.2.1
dotnet add package EntityFramework.MappingAPI --version 6.2.1
NuGet\Install-Package EntityFramework.MappingAPI -Version 6.2.1
<PackageReference Include="EntityFramework.MappingAPI" Version="6.2.1" />
paket add EntityFramework.MappingAPI --version 6.2.1
#r "nuget: EntityFramework.MappingAPI, 6.2.1"
// Install EntityFramework.MappingAPI as a Cake Addin
#addin nuget:?package=EntityFramework.MappingAPI&version=6.2.1
// Install EntityFramework.MappingAPI as a Cake Tool
#tool nuget:?package=EntityFramework.MappingAPI&version=6.2.1
EntityFramework.MappingAPI is a deprecated NuGet package. The functionality it provided has been moved to another library. We recommend that you use the new library instead.
Thank you for your understanding.
Why use EF Core Bulk Insert?
When you need to insert a large number of records into a database, it is often more efficient to use a bulk insert library. Bulk insert libraries can optimize the insertion process by doing things and using under the hood some well know technic such as SqlBulkCopy
If you are looking for a library to bulk insert in EF Core (or EF6), please see Entity Framework Extensions
Which alternate NuGet package to use?
Since this package is deprecated, we recommend using one of the following packages:
EF Core: https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/
EF6: https://www.nuget.org/packages/Z.EntityFramework.Extensions/
Dapper: https://www.nuget.org/packages/Z.Dapper.Plus/
Bulk Operations: https://bulk-operations.net/download
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- EntityFramework (>= 6.1.0)
NuGet packages (19)
Showing the top 5 NuGet packages that depend on EntityFramework.MappingAPI:
Package | Downloads |
---|---|
EntityFramework.BulkInsert-ef6-ext
Updated port of EntityFramework.BulkInsert from Codeplex site. |
|
EntityFramework.BulkExtensions
[Deprecated] Bulk operations extension library for Entity Framework. It can perform bulk insert, update or delete of collections of entities. You can see some usage exemples on the project site. |
|
EF6.BulkInsert
Fast Bulk insert extension for EntityFramework 6 |
|
NidoFramework
Nido Framework is developed on top of MS .NET entity framework, and also heavily influenced by the code first technique. The framework provides a standard method of coding your business logic layer as well as data access layer. That allows you to have much predictable, standard, and best performing codes despite worrying about the expertise of the developers who write them. Additionally once you start using Nido across your development center you will easily be able to jump from one project to another without spending tons of time for knowledge transfers. |
|
EF6.BulkInsert.SqlServer
Fast Bulk insert extension for SqlServer using EntityFramework 6 |
GitHub repositories
This package is not used by any popular GitHub repositories.