You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ The two extension methods in the `OnModelCreating` method in the `DbContext` cla
43
43
-**UseNumberAsIdentifier()** or **UseStringAsIdentifier()** defines whether the lookup table will be based on the string enum values or the numeric enum value as primary key in the resulting table and as foreign key in the relation.
44
44
-**Singularize()** or **Pluralize()** defines whether the table names will be the singular or plural versions of the enum type.
45
45
-**SetNamingScheme(...)** allows you to override the naming using one of the predefined schemes (see below) or a custom function.
46
+
-**UseEnumsWithAttributeOnly()** to generate the enum lookup tables only for enums marked with the `[EnumLookup]` attribute
46
47
47
48
-**ConfigureNames(...)** allows you to define in which form tables, properties and constraints will be named:
0 commit comments