AgentFire.Sql.BulkTools 1.0.5.1

dotnet add package AgentFire.Sql.BulkTools --version 1.0.5.1
                    
NuGet\Install-Package AgentFire.Sql.BulkTools -Version 1.0.5.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AgentFire.Sql.BulkTools" Version="1.0.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AgentFire.Sql.BulkTools" Version="1.0.5.1" />
                    
Directory.Packages.props
<PackageReference Include="AgentFire.Sql.BulkTools" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AgentFire.Sql.BulkTools --version 1.0.5.1
                    
#r "nuget: AgentFire.Sql.BulkTools, 1.0.5.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AgentFire.Sql.BulkTools@1.0.5.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AgentFire.Sql.BulkTools&version=1.0.5.1
                    
Install as a Cake Addin
#tool nuget:?package=AgentFire.Sql.BulkTools&version=1.0.5.1
                    
Install as a Cake Tool

(Forked from olegil/SqlBulkTools) High-performance C# Bulk operations for SQL Server (starting from 2008) and Azure SQL Database. Supports Bulk Insert, Update, Delete & Merge. Uses SQLBulkCopy under the hood. Please leave a Github star if you find this project useful.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.5.1 11,240 11/21/2018
1.0.5 875 11/19/2018
1.0.4.3 886 11/19/2018
1.0.4.2 864 11/18/2018
1.0.4.1 831 11/18/2018
1.0.4 854 11/18/2018
1.0.3 912 10/18/2018
1.0.2 900 10/18/2018
1.0.1 885 10/18/2018
1.0.0 900 10/18/2018

Added an extension suger method, which consumes Linq-to-Sql's DataContext.