Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 SQL Server 上有表 A 和表 B。
表 B 具有表 A 的外键。
当我删除表 A 项目时,我想级联删除表 B 项。
如何在 SQL Server 和实体数据模型上进行设置?
在 SQL 服务器上,将关系属性的Delete Rulein设置为。INSERT and UPDATE specificationCascade
Delete Rule
INSERT and UPDATE specification
Cascade
在实体模型设计器中的关系上设置 CASCADE...