LinqExpressionsMapper 2.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package LinqExpressionsMapper --version 2.0.2
NuGet\Install-Package LinqExpressionsMapper -Version 2.0.2
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="LinqExpressionsMapper" Version="2.0.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LinqExpressionsMapper --version 2.0.2
#r "nuget: LinqExpressionsMapper, 2.0.2"
#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.
// Install LinqExpressionsMapper as a Cake Addin
#addin nuget:?package=LinqExpressionsMapper&version=2.0.2

// Install LinqExpressionsMapper as a Cake Tool
#tool nuget:?package=LinqExpressionsMapper&version=2.0.2

LinqExpressionsMapper is LINQ extensions library for EntityFramework and other .NET LINQ ORMs.
More info at https://github.com/esolCrusador/LinqExpressionsMapper

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.5.1 7,236 3/1/2016
3.5.0 1,329 2/16/2016
3.4.9-beta 1,143 1/27/2016
3.3.6-beta 953 1/18/2016
3.3.5-beta 901 1/18/2016
3.3.4-beta 1,064 1/13/2016
3.3.3-beta 921 1/13/2016
3.3.2-beta 922 1/11/2016
3.2.0-beta 1,122 1/6/2016
3.1.0-beta 1,182 1/4/2016
3.0.1-beta 1,116 12/29/2015
3.0.0-beta 1,137 12/28/2015
2.0.2.2 1,527 12/9/2015
2.0.2.1 1,682 11/25/2015
2.0.2 1,673 11/24/2015
2.0.1 1,449 10/13/2015
2.0.0 2,560 10/8/2015

Added sort by property string name IQueryable method (Sort(string propertyName, ListSortDirection direction)).