Linq2Rest 4.1.0

dotnet add package Linq2Rest --version 4.1.0
NuGet\Install-Package Linq2Rest -Version 4.1.0
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="Linq2Rest" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Linq2Rest --version 4.1.0
#r "nuget: Linq2Rest, 4.1.0"
#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 Linq2Rest as a Cake Addin
#addin nuget:?package=Linq2Rest&version=4.1.0

// Install Linq2Rest as a Cake Tool
#tool nuget:?package=Linq2Rest&version=4.1.0

Parses OData system query parameters to create a LINQ query that can be used to filter a model set. Also exposes a LINQ provider for web services supporting the OData query parameters. Use extension method Filter (in Linq2Rest namespace) on any IEnumerable source.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  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
4.1.0 3,087 7/13/2014
4.0.1 449 5/6/2014
4.0.0-beta 44 3/25/2014
3.3.4 599 1/18/2014
3.3.3 150 11/30/2013
3.3.2 214 10/26/2013
3.3.1 217 9/7/2013
3.3.0 130 6/22/2013
3.2.1 88 6/16/2013
3.2.0 58 5/23/2013
3.1.0 72 4/7/2013
3.0.0 54 3/27/2013
2.5.0 129 10/30/2012
2.5.0-alpha2 44 10/21/2012
2.5.0-alpha 45 9/23/2012
2.4.1 107 8/5/2012
2.4.0 54 7/19/2012
2.3.1 107 6/28/2012
2.3.0 54 6/23/2012
2.2.0-beta 50 5/27/2012
2.1.0 55 4/7/2012
2.0.0 84 3/10/2012
1.1.0 59 2/1/2012
1.0.2 49 1/7/2012
1.0.1 55 12/29/2011
0.9.0 53 12/8/2011
0.8.0 53 11/24/2011
0.7.1 53 11/21/2011
0.7.0 55 10/25/2011
0.6.0 58 8/21/2011

Exposed custom value readers/writers to allow defining customized query values. Supporting type member aliasing using serialization attributes. Created PredicateMapper for expression tree conversion.