Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.2.2-alpha |
Author(s): | ruben morton |
Last Update: | Friday, August 3, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ze1tgeist/FeralExpressions |
NuGet Url: | https://www.nuget.org/packages/FeralExpressions |
Install
Install-Package FeralExpressions
dotnet add package FeralExpressions
paket add FeralExpressions
FeralExpressions Download (Unzip the "nupkg" after downloading)
Dependencies
- FeralExpressions.Generator(>= 1.2.2)
Tags
or an IQueryable.
It replaces method calls in the expression with the method body.
In order for this to work, the method must
(a) be declared in a partial class
(b) have an expression body
(c) have any references to this explicitly written.