Info
Version: | 1.0.15 |
Author(s): | orgiele |
Last Update: | Sunday, January 27, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ef_includer |
Install
Install-Package ef_includer
dotnet add package ef_includer
paket add ef_includer
ef_includer Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore.Design(>= 2.1.0)
Tags
this package allows user to mark entity's properties with the [Include] attribute and then
include all those properties by using DbSet's IncludeMarkedProperties() method.