WIM.DBUtilities
2.1.0
dotnet add package WIM.DBUtilities --version 2.1.0
NuGet\Install-Package WIM.DBUtilities -Version 2.1.0
<PackageReference Include="WIM.DBUtilities" Version="2.1.0" />
<PackageVersion Include="WIM.DBUtilities" Version="2.1.0" />
<PackageReference Include="WIM.DBUtilities" />
paket add WIM.DBUtilities --version 2.1.0
#r "nuget: WIM.DBUtilities, 2.1.0"
#:package WIM.DBUtilities@2.1.0
#addin nuget:?package=WIM.DBUtilities&version=2.1.0
#tool nuget:?package=WIM.DBUtilities&version=2.1.0
provides simple override methods for db interactions
| 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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | 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.1
- Microsoft.EntityFrameworkCore (>= 3.1.3)
- Microsoft.EntityFrameworkCore.Relational (>= 3.1.3)
- Remotion.Linq (>= 2.2.0)
- System.Reflection (>= 4.3.0)
- WIM.Resources (>= 2.1.0)
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 |
|---|---|---|
| 2.1.0 | 95 | 6/1/2026 |
| 1.3.0 | 1,339 | 4/3/2020 |
| 1.1.11 | 1,257 | 7/18/2019 |
| 1.1.10.1 | 1,149 | 7/17/2019 |
| 1.1.10 | 1,169 | 7/17/2019 |
| 1.1.9 | 1,183 | 7/2/2019 |
| 1.1.8 | 1,264 | 6/13/2019 |
| 1.1.7 | 1,198 | 6/12/2019 |
| 1.1.6 | 1,193 | 6/12/2019 |
| 1.1.5 | 1,236 | 5/20/2019 |
| 1.1.2 | 1,361 | 2/15/2019 |
| 1.1.1 | 1,910 | 12/4/2017 |
| 1.1.0 | 2,105 | 11/29/2017 |
1.3.0 - package reference updates to support dotnetcore 3.1
1.1.11 - adds dictionary result from dbOps getitems
1.1.10 - removed .tolist from yeild return
1.1.9 - minor update
1.1.8 - removed init from base dbops
1.1.7 made a few more changes to dbops
1.1.6 added dbops class, operations for manual usage of database
1.1.5 update children change state tracking and set pk id's to 0 before add (requires db auto seq).
1.1.4 added direct database sql query for object
1.1.2 messaging and update ID
1.1.1 added joinCollection
1.1.0 initial build