Update README with relationships.
This commit is contained in:
parent
42edf6cccf
commit
c73a72204d
10
README.md
10
README.md
@ -121,4 +121,12 @@ The following states are tracked in the `EntityState.State` property:
|
||||
* **Modified**: changes are made to the entity.
|
||||
* **Deleted**: the entity is in the database, but is marked for deletion.
|
||||
|
||||
The `Find` functions require tracking, instead, use the `First` function, with a lambda for the ID.
|
||||
The `Find` functions require tracking, instead, use the `First` function, with a lambda for the ID.
|
||||
|
||||
## Database
|
||||
|
||||
### Relationships
|
||||
|
||||
* A **League** has one or more **Teams** (1:M)
|
||||
* A **Team** has one **Coach** (1:1)
|
||||
* **Matches** are played by many **Teams** (M:M)
|
||||
Loading…
x
Reference in New Issue
Block a user