Allow DeleteBehavior
to be reset to the default
#15295
Labels
area-model-building
good first issue
This issue should be relatively straightforward to fix.
type-enhancement
Milestone
Breaking out of #12661
For example, by allowing null to be set in the fluent API.
Note that the value in core metadata is not nullable, so this means either making it nullable as well (which would be a more significant break) or causing null in the fluent API to re-run the convention logic used if no value has been set.
The text was updated successfully, but these errors were encountered: