Info
Version: | 0.8.6 |
Author(s): | Bohumir Pospisil |
Last Update: | Thursday, July 30, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PospisilBohumir/BulkInsert.Cascade |
NuGet Url: | https://www.nuget.org/packages/BulkInsert.Cascade.Ef6 |
Install
Install-Package BulkInsert.Cascade.Ef6
dotnet add package BulkInsert.Cascade.Ef6
paket add BulkInsert.Cascade.Ef6
BulkInsert.Cascade.Ef6 Download (Unzip the "nupkg" after downloading)
Dependencies
net461
- EntityFramework(>= 6.4.4)
- EntityFramework.Metadata(>= 1.0.2)
- dotMorten.Microsoft.SqlServer.Types(>= 1.1.0)
- EntityFramework(>= 6.4.4)
- dotMorten.Microsoft.SqlServer.Types(>= 1.1.0)
Tags
Features:
- Bulk-insert EF entities, info about entities is retrieved from EF
- retrieve Id from DB for identity PK using Hi/Lo algorithm
- propagation id to foreign key columns
- cascade bulk-insert with unlimited depth.