Info
Version: | 1.1.1 |
Author(s): | Weiran Zhang |
Last Update: | Thursday, May 5, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/weiran/EFLinqExpressionProjection |
NuGet Url: | https://www.nuget.org/packages/EFLinqExpressionProjection |
Install
Install-Package EFLinqExpressionProjection
dotnet add package EFLinqExpressionProjection
paket add EFLinqExpressionProjection
EFLinqExpressionProjection Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.3)
Tags
This opens the door for expression reuse.
This is a fork of the original LinqExpressionProjection project with added support for EF 6 async by Asher Barak.