msawczyn / EFDesigner2022

Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
MIT License
119 stars 21 forks source link

Add Option to Set OnDelete behavior to SetNull #99

Open dongjason opened 3 months ago

dongjason commented 3 months ago

Hi,

In Entity Framework, there is a "SetNull" option for OnDelete behavior. But in the designer, there are only the None and Cascade. Is there any particular reason SetNull is not provided? Can that be added?

Thanks a lot. Jason