FutureState.AppCore.Data
1.3.0.60
dotnet add package FutureState.AppCore.Data --version 1.3.0.60
NuGet\Install-Package FutureState.AppCore.Data -Version 1.3.0.60
<PackageReference Include="FutureState.AppCore.Data" Version="1.3.0.60" />
paket add FutureState.AppCore.Data --version 1.3.0.60
#r "nuget: FutureState.AppCore.Data, 1.3.0.60"
// Install FutureState.AppCore.Data as a Cake Addin #addin nuget:?package=FutureState.AppCore.Data&version=1.3.0.60 // Install FutureState.AppCore.Data as a Cake Tool #tool nuget:?package=FutureState.AppCore.Data&version=1.3.0.60
A Portable (PCL), Opinionated .NET ORM with multi-database support.
Current DB Support includes SqlServer (=> 2012) and Sqlite. This library gives you the ability to create a portable repository and deploy it against any ADO database across multiple platforms Including Windows, Android, and iOS. Currently being developed for Cross Platform applications using Xamarin.
This project is licensed under Ms-PL. Dependencies carry their own licenses.
Product | Versions 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. |
MonoAndroid | monoandroid10 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
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.
- added CreateOrUpdate
- Added ability to define PrimaryKey for use with Updates.