Linq2Rest 4.1.0
dotnet add package Linq2Rest --version 4.1.0
NuGet\Install-Package Linq2Rest -Version 4.1.0
<PackageReference Include="Linq2Rest" Version="4.1.0" />
paket add Linq2Rest --version 4.1.0
#r "nuget: Linq2Rest, 4.1.0"
// 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 | Versions 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. |
This package has no dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Linq2Rest:
Package | Downloads |
---|---|
AutoClutch.AutoRepo
AutoClutch.AutoRepo is a simple generic repository for Entity Framework 6 that can be used to save you coding time when creating a data layer. |
|
Linq2Rest.Reactive
Generates OData style Rx Observables from LINQ queries against a REST service. |
|
Nancy.OData
Adding the OData URL conventions to Nancy. |
|
Linq2Rest.Mvc
ASP.NET MVC extensions for Linq2Rest to support binding a Linq2Rest ModelFilter using a ModelBinder. Use ModelFilterBinder as default model binder for IModelFilter{T}. |
|
Pushqa.Server
The server side component for Pushqa - providing queryable event streams over HTTP using Reactive Extensions, OData and SignalR. This package expects an ASP.Net Web Application project. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.0 | 165,998 | 7/13/2014 |
4.0.1 | 9,003 | 5/6/2014 |
4.0.0-beta | 1,547 | 3/25/2014 |
3.3.4 | 68,164 | 1/18/2014 |
3.3.3 | 12,842 | 11/30/2013 |
3.3.2 | 41,389 | 10/26/2013 |
3.3.1 | 9,693 | 9/7/2013 |
3.3.0 | 5,003 | 6/22/2013 |
3.2.1 | 3,014 | 6/16/2013 |
3.2.0 | 2,940 | 5/23/2013 |
3.1.0 | 3,658 | 4/7/2013 |
3.0.0 | 2,840 | 3/27/2013 |
2.5.0 | 5,284 | 10/30/2012 |
2.5.0-alpha2 | 1,695 | 10/21/2012 |
2.5.0-alpha | 1,687 | 9/23/2012 |
2.4.1 | 3,967 | 8/5/2012 |
2.4.0 | 2,354 | 7/19/2012 |
2.3.1 | 30,946 | 6/28/2012 |
2.3.0 | 2,747 | 6/23/2012 |
2.2.0-beta | 2,338 | 5/27/2012 |
2.1.0 | 7,353 | 4/7/2012 |
2.0.0 | 2,459 | 3/10/2012 |
1.1.0 | 2,325 | 2/1/2012 |
1.0.2 | 2,337 | 1/7/2012 |
1.0.1 | 2,306 | 12/29/2011 |
0.9.0 | 2,383 | 12/8/2011 |
0.8.0 | 2,338 | 11/24/2011 |
0.7.1 | 2,076 | 11/21/2011 |
0.7.0 | 2,037 | 10/25/2011 |
0.6.0 | 2,282 | 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.