Info
| Version: | 1.1.0 | 
| Author(s): | Bohumir Pospisil | 
| Last Update: | Thursday, July 15, 2021 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/PospisilBohumir/BulkInsert.Cascade | 
| NuGet Url: | https://www.nuget.org/packages/BulkInsert.Cascade.EfCore | 
Install
Install-Package BulkInsert.Cascade.EfCore
                        dotnet add package BulkInsert.Cascade.EfCore
                        paket add BulkInsert.Cascade.EfCore
                        
                                BulkInsert.Cascade.EfCore Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.6)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.3)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.1.3)
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.