How to remove multiple cascade paths in entity framework
问题 I am trying to define relationships between tables, but getting the following error: Introducing FOREIGN KEY constraint 'FK_QProducts_Quotes_QuoteId' on table 'QProducts' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.Could not create constraint or index. See previous errors. This is how my tables look like: What I am trying to achieve: A. Client creates an inquiry and adds products and quantities that he