Info
Version: | 4.5.0 |
Last Update: | Saturday, April 8, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gtaylor44/SqlBulkTools/ |
NuGet Url: | https://www.nuget.org/packages/SqlBulkTools |
Install
Install-Package SqlBulkTools
dotnet add package SqlBulkTools
paket add SqlBulkTools
SqlBulkTools Download (Unzip the "nupkg" after downloading)
Supports Bulk Insert, Update, Delete and Merge. Includes advanced features such as output identity, delete entities conditionally (for merging), exclude column(s) from update (for merging), single entity operations and plenty more.
See https://github.com/gtaylor44/SqlBulkTools for examples.