Retrieve the primary key (including composite keys) from any entity.
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.0 |
Author(s): | Nick Strupat |
Last Update: | Monday, August 28, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/NickStrupat/EntityFramework.PrimaryKey |
NuGet Url: | https://www.nuget.org/packages/EntityFrameworkCore.PrimaryKey |
Install
Install-Package EntityFrameworkCore.PrimaryKey
dotnet add package EntityFrameworkCore.PrimaryKey
paket add EntityFrameworkCore.PrimaryKey
EntityFrameworkCore.PrimaryKey Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 2.0.0)
- System.Reflection.TypeExtensions(>= 4.4.0)
Tags