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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid10 |
Xamarin.iOS | xamarinios10 |
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.