MarrDataMapper 3.45.0
See the version list below for details.
dotnet add package MarrDataMapper --version 3.45.0
NuGet\Install-Package MarrDataMapper -Version 3.45.0
<PackageReference Include="MarrDataMapper" Version="3.45.0" />
<PackageVersion Include="MarrDataMapper" Version="3.45.0" />
<PackageReference Include="MarrDataMapper" />
paket add MarrDataMapper --version 3.45.0
#r "nuget: MarrDataMapper, 3.45.0"
#addin nuget:?package=MarrDataMapper&version=3.45.0
#tool nuget:?package=MarrDataMapper&version=3.45.0
Marr DataMapper is a Linq enabled Micro-ORM that allows you to project views into complex object graphs. Contributors: Rick Schott, vitidev, Keivan Beigi, Mark McDowall
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net 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.
Version | Downloads | Last updated |
---|---|---|
3.48.0 | 2,553 | 9/15/2015 |
3.47.0 | 1,926 | 4/19/2015 |
3.46.0 | 1,812 | 4/19/2015 |
3.45.0 | 1,779 | 4/19/2015 |
3.44.0 | 1,631 | 4/2/2015 |
3.43.0 | 1,613 | 3/22/2015 |
3.42.0 | 1,632 | 3/6/2015 |
3.41.0 | 2,083 | 3/4/2015 |
3.40.0 | 1,763 | 3/3/2015 |
3.39.0 | 1,942 | 3/2/2015 |
3.38.0 | 1,845 | 2/10/2015 |
3.37.0 | 1,917 | 2/9/2015 |
3.36.0 | 1,818 | 2/7/2015 |
3.35.0 | 1,832 | 2/7/2015 |
3.34.0 | 1,755 | 1/29/2015 |
3.33.0 | 1,753 | 1/26/2015 |
3.32.0 | 1,732 | 1/25/2015 |
3.31.0 | 1,816 | 1/25/2015 |
3.30.0 | 1,725 | 1/25/2015 |
3.22.0 | 1,677 | 1/20/2015 |
3.20.0 | 1,961 | 10/12/2013 |
3.19.0 | 1,647 | 5/22/2013 |
3.18.0 | 1,573 | 5/3/2013 |
3.17.4747.34302 | 1,613 | 12/31/2012 |
3.15.4493.35539 | 2,168 | 4/21/2012 |
3.14.4476.37307 | 1,754 | 4/4/2012 |
3.13.4394.2793 | 1,970 | 1/12/2012 |
3.12.4391.129 | 1,760 | 1/9/2012 |
3.11.4386.41359 | 1,779 | 1/5/2012 |
3.10.4385.23576 | 1,734 | 1/3/2012 |
3.10.4384.37495 | 1,726 | 1/3/2012 |
3.9.4212.33537 | 2,161 | 9/27/2011 |
3.9.4201.35525 | 1,915 | 7/4/2011 |
3.8.4183.745 | 1,941 | 6/15/2011 |
3.6.4165.15516 | 1,917 | 5/28/2011 |
3.4.4113.39059 | 2,078 | 4/7/2011 |
3.4.4099.36606 | 2,139 | 3/24/2011 |
3.3.4095.39144 | 2,108 | 3/20/2011 |
3.3.4094.18948 | 2,036 | 3/18/2011 |
3.3.4092.18182 | 2,462 | 3/16/2011 |
3.3.4085.33025 | 2,112 | 3/9/2011 |
3.3.4085.31481 | 2,111 | 3/9/2011 |
3.3.4084.18411 | 2,090 | 3/8/2011 |
3.3.4083.30500 | 2,106 | 3/7/2011 |
3.2.4083.23900 | 2,120 | 3/7/2011 |
3.2.4080.23422 | 2,184 | 3/4/2011 |
3.2.4080.1242 | 2,161 | 3/4/2011 |
3.1.4076.882 | 2,209 | 2/28/2011 |
3.1.4075.42598 | 2,168 | 2/28/2011 |
2.7.4064.42994 | 2,316 | 2/17/2011 |
2.6.0 | 2,306 | 2/14/2011 |
2.5.0 | 2,328 | 2/14/2011 |
2.4.0 | 2,258 | 2/14/2011 |
2.3.4059.22186 | 2,211 | 2/11/2011 |
v3.45
Added new methods to RelationshipBuilder to provide more concise mapping alternative to "EagerLoad(...)" for typical PK/FK relationships: EagerLoadOne, EagerLoadMany and EagerLoadFK.
Examples:
- EagerLoadOne(child => child.ParentID)
- EagerLoadMany(parent => parent.ID)
- EagerLoadFK("OrderID")