- Mastering Entity Framework Core 2.0
- Prabhakaran Anbazhagan
- 123字
- 2021-07-02 21:16:42
Relationships – Terminology and Conventions
In Chapter 2, The Other Way Around – Database First Approach, we re-engineered the existing database using Entity Framework's Database-First approach. Let's now start to understand the terminologies and conventions used in relationships.
Entities are of no use if we don't give them an identity. The relationship terms we will be exploring in this chapter will provide an identity for the entities, which not only describes them, but also helps us in creating relationships between different entities.
The topics we will cover in this chapter are:
- Understanding relationship terms:
- Data models
- Principal entity
- Principal key
- Dependent entity
- Foreign key
- Navigation property
- Conventions in a relationship:
- Fully-defined relationships
- No foreign key property
- Single navigation property
- Foreign key
- Inverse property
推薦閱讀
- C++案例趣學
- 編程的修煉
- TensorFlow Lite移動端深度學習
- Twilio Best Practices
- 深入淺出Spring Boot 2.x
- Getting Started with CreateJS
- Java Web及其框架技術
- Servlet/JSP深入詳解
- C語言程序設計立體化案例教程
- Functional Programming in JavaScript
- Nginx Essentials
- Hands-On Natural Language Processing with Python
- 計算機應用基礎案例教程
- R Data Science Essentials
- Hadoop 2.X HDFS源碼剖析