PersistanceMap 0.4.0-RC01

This is a prerelease version of PersistanceMap.
dotnet add package PersistanceMap --version 0.4.0-RC01
                    
NuGet\Install-Package PersistanceMap -Version 0.4.0-RC01
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PersistanceMap" Version="0.4.0-RC01" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PersistanceMap" Version="0.4.0-RC01" />
                    
Directory.Packages.props
<PackageReference Include="PersistanceMap" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PersistanceMap --version 0.4.0-RC01
                    
#r "nuget: PersistanceMap, 0.4.0-RC01"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PersistanceMap@0.4.0-RC01
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PersistanceMap&version=0.4.0-RC01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PersistanceMap&version=0.4.0-RC01&prerelease
                    
Install as a Cake Tool

PersistanceMap is a small, extremely lightweight and intuitive ORM Framework for .NET. It uses a Fluent API to define Queries that translate to SQL. The Queries are executed against a RDBMS using ADO.NET. The resulting data is automaticaly mapped into Dataobjects/POCO's.
     The synthax is simple and easy to use and resemles the SQL or LINQ synthax.
     PersistanceMap is extremely lightweight and leaves no traces in the client code.
     The current versions only support MSSql Servers.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.4.0-RC01 34 4/28/2015
0.3.3-RC6 33 2/27/2015
0.3.3-RC5 31 2/24/2015
0.3.3-RC3 40 12/26/2014
0.3.3-RC2 41 12/20/2014
0.3.2 89 12/3/2014
0.2.2-RC1 294 11/2/2014
0.2.1-RC5 42 10/28/2014
0.2.1-RC4 46 10/23/2014
0.2.1-RC3 43 10/23/2014
0.2.1-RC2 43 10/23/2014
0.2.1-RC1 45 10/23/2014
0.2.0-RC2 51 10/9/2014
0.2.0-RC1 52 10/6/2014