Info
Version: | 1.1.1 |
Author(s): | Rajesh Panda |
Last Update: | Sunday, October 8, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/BulkInsertEf |
Install
Install-Package BulkInsertEf
dotnet add package BulkInsertEf
paket add BulkInsertEf
BulkInsertEf Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.3)
Tags
No limitation on the number of records that can be passed.
Now supporting string, number, guids, date, datetime, datetimeoffset and boolean types.
Instead of passing the dbcontext everytime, just set it once while declaring the BulkInsert object.