Info
Version: | 1.9.0 |
Author(s): | Tim Abell |
Last Update: | Tuesday, August 18, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/timabell/ef-enum-to-lookup |
NuGet Url: | https://www.nuget.org/packages/ef-enum-to-lookup |
Install
Install-Package ef-enum-to-lookup
dotnet add package ef-enum-to-lookup
paket add ef-enum-to-lookup
ef-enum-to-lookup Download (Unzip the "nupkg" after downloading)
Creates lookup tables and foreign key constraints based on the enums used in your model.
This makes up for a feature that's missing in Entity Framework 6.1.
See the project site on github at http://github.com/timabell/ef-enum-to-lookup for usage and more information.
Please report any issues you encounter here: https://github.com/timabell/ef-enum-to-lookup/issues.