EnttityHelper 0.3.0
See the version list below for details.
dotnet add package EnttityHelper --version 0.3.0
NuGet\Install-Package EnttityHelper -Version 0.3.0
<PackageReference Include="EnttityHelper" Version="0.3.0" />
paket add EnttityHelper --version 0.3.0
#r "nuget: EnttityHelper, 0.3.0"
// Install EnttityHelper as a Cake Addin #addin nuget:?package=EnttityHelper&version=0.3.0 // Install EnttityHelper as a Cake Tool #tool nuget:?package=EnttityHelper&version=0.3.0
Allows easy manipulation of entities in different databases (beta).
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. |
.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 is compatible. |
.NET Framework | net461 was computed. net462 is compatible. 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. |
-
.NETFramework 4.6.2
- Oracle.ManagedDataAccess (>= 21.11.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Data.SqlClient (>= 4.8.5)
- System.Text.Json (>= 6.0.1)
-
.NETStandard 2.0
- Oracle.ManagedDataAccess (>= 21.11.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Data.SqlClient (>= 4.8.5)
- System.Text.Json (>= 6.0.1)
-
.NETStandard 2.1
- Oracle.ManagedDataAccess.Core (>= 3.21.110)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Data.SqlClient (>= 4.8.5)
- System.Text.Json (>= 6.0.1)
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 |
---|---|---|
0.5.0-alpha-7 | 63 | 11/4/2024 |
0.5.0-alpha-6 | 73 | 10/25/2024 |
0.5.0-alpha-5 | 105 | 7/11/2024 |
0.5.0-alpha-4 | 100 | 5/22/2024 |
0.5.0-alpha-3 | 91 | 5/16/2024 |
0.5.0-alpha-2 | 77 | 5/9/2024 |
0.5.0-alpha-1 | 100 | 4/24/2024 |
0.4.0 | 206 | 1/15/2024 |
0.3.0 | 196 | 12/3/2023 |
0.2.0 | 137 | 11/26/2023 |
0.1.0 | 158 | 9/12/2023 |
- Fixed and optimized inclusion of Foreign Key entities;
- Tables can be created simply by providing the entity;
- Set default types for the columns of the table to be created in the database;
- CustomCommand has been deprecated;
- Execute custom queries using the ExecuteSelect and ExecuteNonQuery methods;
- Deleting entities from the database is now possible;
- It's possible to set the maximum size of a column when creating a table;
- Use the namePropUnique parameter to ensure unique entity insertions;
- The Search method allows searching for a specific entity in the database;
- CreateTableIfNotExist allows creating tables without errors if they already exist.