-
-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Description
Commit #16's parameterless constructor is not in the source code anymore. Is there a reason for this?
In order to put the smartEnum into a EF Core Table, now I need to do the following for the constructor
// base("default", "default") should not be needed. and it adds confusion for programmer I think.
protected BaseOptionType() : base("default", "default")
{
IsRequired = false;
}
EF Core Value Conversions does not work for me, because I do want to save both name and value into the database, so user can add record to it later as well.
sevenam
Metadata
Metadata
Assignees
Labels
No labels