📜  查找关系与主从关系 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:45.306000             🧑  作者: Mango

代码示例1
While lookup relationships are fairly casual, master-detail relationships are a bit tighter. In this type of relationship, one object is the master and another is the detail. The master object controls certain behaviors of the detail object, like who can view the detail's data.