Hi, this is a simple question, can you have a relation scheme such as A is a child of B and B is a child of A? I’ve tried doing this, but it gives me weird errors, so I thought I’d ask. Thanks.
Hi Chan,
All relations are automatically bidirectional from the perspective of data lookup. That is, if an object A references object B, you can lookup B for A and A for B. However, from the declaration perspective, you create a relation column in a “parent” table and link a “child” table as the related one.
Regards,
Mark