Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 5.3.2 |
Author(s): | ruben morton |
Last Update: | Friday, September 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ze1tgeist/FeralExpressions |
NuGet Url: | https://www.nuget.org/packages/FeralExpressionsCore |
Install
Install-Package FeralExpressionsCore
dotnet add package FeralExpressionsCore
paket add FeralExpressionsCore
FeralExpressionsCore Download (Unzip the "nupkg" after downloading)
Dependencies
- FeralExpressionsCore.Generator(>= 3.1.01)
- Microsoft.EntityFrameworkCore(>= 3.0.0)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.0.0)
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.