I have the following relations configured.
Document (1------*) Fonts (1------*) Sections
(1) (*)
+-----------------------------------+
- A document has many fonts.
- A document has many sections.
- A font has many sections.
All operations are done via document.
Is there anyway I can achieve the following from Entity Framwork configuration or does EF has any other type of mechanism which I can use ?
If I delete a font from document, and if that font is referenced by a section, to have the section fontId default to some other font.