Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the relationship docs #1936

Merged
merged 1 commit into from
Nov 26, 2019
Merged

Improve the relationship docs #1936

merged 1 commit into from
Nov 26, 2019

Conversation

AndriySvyryd
Copy link
Member

@AndriySvyryd AndriySvyryd commented Nov 21, 2019

Fixes #489
Fixes #1307
Fixes #1315
Fixes #1346
Fixes #1617
Fixes #1658


There are a number of terms used to describe relationships

* **Dependent entity:** This is the entity that contains the foreign key property(s). Sometimes referred to as the 'child' of the relationship.

* **Principal entity:** This is the entity that contains the primary/alternate key property(s). Sometimes referred to as the 'parent' of the relationship.

* **Foreign key:** The property(s) in the dependent entity that is used to store the values of the principal key property that the entity is related to.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be "are used"?

Copy link
Member Author

@AndriySvyryd AndriySvyryd Nov 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Argh, this is caused by "property(s)", I'll just convert everything to plural

Fixes #489
Fixes #1307
Fixes #1315
Fixes #1346
Fixes #1617
Fixes #1658
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment