Information about the link between two records

Constructors

Properties

EntityName: string

The name of the entity that is the "parent" in the relationship

FieldName: string

The name of the field in the related entity that is the foreign key field back to the primary key of the "parent" entity

PrimaryKey: CompositeKey

The value of the primary key field in the parent record. MemberJunction supports composite(multi-field) primary keys. However, foreign keys only support links to single-valued primary keys in their linked entity.

RelatedEntityName: string

The name of the entity that is the "child" in the relationship