Symbiotic_Micro_ORM_Net_Standard_x64 2.0.2
See the version list below for details.
dotnet add package Symbiotic_Micro_ORM_Net_Standard_x64 --version 2.0.2
NuGet\Install-Package Symbiotic_Micro_ORM_Net_Standard_x64 -Version 2.0.2
<PackageReference Include="Symbiotic_Micro_ORM_Net_Standard_x64" Version="2.0.2" />
paket add Symbiotic_Micro_ORM_Net_Standard_x64 --version 2.0.2
#r "nuget: Symbiotic_Micro_ORM_Net_Standard_x64, 2.0.2"
// Install Symbiotic_Micro_ORM_Net_Standard_x64 as a Cake Addin #addin nuget:?package=Symbiotic_Micro_ORM_Net_Standard_x64&version=2.0.2 // Install Symbiotic_Micro_ORM_Net_Standard_x64 as a Cake Tool #tool nuget:?package=Symbiotic_Micro_ORM_Net_Standard_x64&version=2.0.2
To find the specific data provider lib for your database vendor, see below:
For newer Visual Studio 2017 IDE: Please see the Nuget download folder and sub folders: C:\Users[user]\.nuget\packages\symbiotic_micro_orm_net_standard_x64\2.0.2\DataProviders
For older Visual Studio IDE: Please see the Nuget download folder and sub folders: <Project Path>\packages\Symbiotic*\
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. |
.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
- System.Data.Common (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
3-May-2017
Added overloads on ExecuteScalar to add a new paramter of performCommitClose. This allows developers to run queries with-out closing the transactions, and also query under the same transaction scope.
19-May-2017
Working on new Database Action API. This required some refactoring of the intefaces from a subrutine to a function for implementation of IObjectWriter, IObjectHierarchyWriter.
5-June-2017
Added the entity/object name to thrown exceptions of DatabaseColumnNotFoundException and ColumnLoadException.
9-June-2017
Continued work on new Database Action API. Writing unit tests.
14-June-2017
Improved messages when throwing DatabaseParameterException, now includes the parameter type, also added a missing space between the parameter value and sql label info.
26-June-2017
Found overload issue found by a user, and discovered another error message lacking details. I added the type name of the entity involved to the following excetpion: DatabaseTableAttributeNotFoundException.
Added another overload for InsertUpdate which accepts a factory and IEnumerable.
12-Aug-2017
Improved concurrency error messages.
Continued working on new DatabaseAction processing api.
13-Aug-2017
Continued working on new DatabaseAction processing api. Everything seems to be working. Need to build more unit tests.
1-Sep-2017
Added some code to help identify problem columns/properties that violate valid Sql Server date ranges. It now tells you the column/property name when the date range is bad.
Ref: SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.
12-Sep-2017
Added missing example projects.