EntityFrameworkIncludeBuilder is an Entity Framework Core extensions which provide ability to build dynamically Include/ThenInclude chain.
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.0.0 |
Author(s): | Bohdan Dorokhin |
Last Update: | Monday, February 22, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dorohin/EntityFrameworkIncludeBuilder |
NuGet Url: | https://www.nuget.org/packages/EntityFrameworkIncludeBuilder |
Install
Install-Package EntityFrameworkIncludeBuilder
dotnet add package EntityFrameworkIncludeBuilder
paket add EntityFrameworkIncludeBuilder
EntityFrameworkIncludeBuilder Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.0)
Tags