House |
This class provides an example of a parent/inverse side of a many-to-one, uni-directional relationship where
the parent and foreign key must use a compound value.
|
HousePK |
This class provides an example compound primary key value that will be used in a many-to-one,
uni-directional relationship.
|
ItemPK |
This class provides an example primary key class for a child entity that
derives one of its primary key values from its parent entity in a many-to-one
relationship.
|
ItemType |
This class is an example of a parent in a many-to-one, uni-directional relation where the
primary key of the child is derived from the primary key of the parent.
|
State |
This class provides an example one/parent entity in a many-to-one, uni-directional relationship.
|