RepoDb.SqlServer.BulkOperations
1.0.4
Prefix Reserved
See the version list below for details.
dotnet add package RepoDb.SqlServer.BulkOperations --version 1.0.4
NuGet\Install-Package RepoDb.SqlServer.BulkOperations -Version 1.0.4
<PackageReference Include="RepoDb.SqlServer.BulkOperations" Version="1.0.4" />
<PackageVersion Include="RepoDb.SqlServer.BulkOperations" Version="1.0.4" />
<PackageReference Include="RepoDb.SqlServer.BulkOperations" />
paket add RepoDb.SqlServer.BulkOperations --version 1.0.4
#r "nuget: RepoDb.SqlServer.BulkOperations, 1.0.4"
#:package RepoDb.SqlServer.BulkOperations@1.0.4
#addin nuget:?package=RepoDb.SqlServer.BulkOperations&version=1.0.4
#tool nuget:?package=RepoDb.SqlServer.BulkOperations&version=1.0.4
An extension library that contains the official Bulk Operations for RepoDb.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- RepoDb (>= 1.10.10)
- RepoDb.SqlServer (>= 1.0.4)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on RepoDb.SqlServer.BulkOperations:
| Package | Downloads |
|---|---|
|
2doit.NopCommerce.Services
2doit NopCommerce API Services/Libraries |
|
|
NGen
Package Description |
|
|
CafeLib.Data.Sources.SqlServer
SQL Server data source packge |
|
|
Fx.Data.SQL
Package Description |
|
|
Gasolutions.Core.GenericRepository.RepoDB
Interface and Implementation for a generic repository using RepoDB. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RepoDb.SqlServer.BulkOperations:
| Repository | Stars |
|---|---|
|
TortugaResearch/DotNet-ORM-Cookbook
This repository is meant to show how to perform common tasks using C# with variety of ORMs.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.13.2-alpha1 | 1,800 | 2/26/2024 |
| 1.13.1 | 262,346 | 3/16/2023 |
| 1.13.0 | 16,112 | 11/2/2022 |
| 1.13.0-beta1 | 806 | 10/25/2022 |
| 1.13.0-alpha3 | 784 | 10/24/2022 |
| 1.13.0-alpha2 | 767 | 10/6/2022 |
| 1.13.0-alpha1 | 826 | 9/17/2022 |
| 1.1.6 | 55,859 | 2/18/2022 |
| 1.1.6-beta2 | 1,487 | 12/13/2021 |
| 1.1.6-beta1 | 939 | 9/27/2021 |
| 1.1.5 | 32,663 | 9/23/2021 |
| 1.1.5-beta2 | 944 | 9/17/2021 |
| 1.1.5-beta1 | 885 | 9/4/2021 |
| 1.1.4 | 37,600 | 2/6/2021 |
| 1.1.3 | 4,896 | 1/13/2021 |
| 1.1.2 | 1,970 | 12/30/2020 |
| 1.1.2-beta4 | 1,019 | 12/17/2020 |
| 1.1.2-beta3 | 1,000 | 12/3/2020 |
| 1.0.4 | 1,275 | 3/1/2020 |
RepoDb.SqlServer.BulkOperations v1.0.4:
- Referenced the latest version of RepoDb.Core (v1.10.10).
- Fully supported the Bulk Operations (BulkDelete, BulkInsert, BulkMerge and BulkUpdate) for both System.Data.SqlClient and Microsoft.Data.SqlClient namespace.
- Auto set the options to SqlBulkCopyOptions.KeepIdentity for BulkDelete, BulkMerge and BulkUpdate (if there an identity primary/column from the DB).
- Used an underscore over dashes when composing the temporary/pseudo tables.
- Added an extensive Integration Tests for all Bulk methods (both SDS and MDS namespaces).
RepoDb.Core v1.10.10:
- Features: Full support to Bulk Operations (BulkDelete, BulkInsert, BulkMerge and BulkUpdate).
- Enhancement: AsFieldsAsAliasFields - added left and right aliases.
- Enhancement: XML Documentation updates for the SQL Statement Builders.
- Enhancement: Add a Type extended method named IsNullable.
- Bug: Solve the intermittent "NullReferenceException" when calling the Batch Operations (ie: InsertAll, MergeAll, UpdateAll). #392
- Bug: The property handlers mapped via PropertyTypeHandlerMapper is failing if both NULLABLE and NON-NULLABLE property types are present in the class. #394