Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 2.4.5 |
Author(s): | Brandon Bernard / CajunCoding |
Last Update: | Tuesday, August 6, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cajuncoding/SqlBulkHelpers |
NuGet Url: | https://www.nuget.org/packages/SqlBulkHelpers |
Install
Install-Package SqlBulkHelpers
dotnet add package SqlBulkHelpers
paket add SqlBulkHelpers
SqlBulkHelpers Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
- System.Data.SqlClient(>= 4.8.2)
Tags
By leveraging the power of the SqlBulkCopy classes with added support for Identity primary key table columns this library provides a greatly simplified interface to process Identity based Entities with Bulk Performance with the wide compatibility of .NetStandard 2.0.