Fluent API's ________ method is crucial for configuring cascade delete behavior in one-to-many relationships.

  • CascadeDelete
  • DeleteBehavior
  • HasForeignKey
  • OnDelete
The OnDelete method in Fluent API is crucial for configuring cascade delete behavior in one-to-many relationships. It allows specifying the cascade delete behavior when the principal entity is deleted.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *