Bulk Insert Datatable or generic list into a SQL Server Database table.
Info
| Version: | 2.1.0 |
| Author(s): | Thomas Madia |
| Last Update: | Sunday, November 13, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/madiathomas/BulkInsert |
| NuGet Url: | https://www.nuget.org/packages/Recurso.BulkInsert |
Install
Install-Package Recurso.BulkInsert
dotnet add package Recurso.BulkInsert
paket add Recurso.BulkInsert
Recurso.BulkInsert Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 3.1.1)
- System.Data.SqlClient(>= 4.8.0)
Tags