SqlBulkCopy wrapper with Dapper-like API.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
| Version: | 0.1.7 |
| Author(s): | Sergey Konkin |
| Last Update: | Monday, March 21, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/sergeykonkin/DapperLike |
| NuGet Url: | https://www.nuget.org/packages/DapperLike.SqlBulkCopy |
Install
Install-Package DapperLike.SqlBulkCopy
dotnet add package DapperLike.SqlBulkCopy
paket add DapperLike.SqlBulkCopy
DapperLike.SqlBulkCopy Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- System.Data.SqlClient(>= 4.5.0)
- System.ComponentModel.Annotations(>= 4.5.0)
No dependencies.
Tags