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
@@ -44,6 +44,7 @@ The two extension methods in the `OnModelCreating` method in the `DbContext` cla
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
46
-**UseEnumsWithAttributeOnly()** to generate the enum lookup tables only for enums marked with the `[EnumLookup]` attribute
47
+
-**SetDeleteBehavior(...)** to configure the delete behavior for the generated FKs, using the `Microsoft.EntityFrameworkCore.DeleteBehavior` enum (defaults to _Cascade_)
47
48
48
49
-**ConfigureNames(...)** allows you to define in which form tables, properties and constraints will be named:
0 commit comments