foreign

A UDA that will cause the property it is added to, to become a foreign key contraint to said

that can be embedded in an entity which refers to another entity. This type will automatically add a Foreign key constraint.

struct foreign (
Entity
) {}

Members

Variables

target_entity
Entity target_entity;

The target entity.

Meta