Skip to content

Commit

Permalink
Merge pull request #39 from stgelaisalex/master
Browse files Browse the repository at this point in the history
Update relationship.md
  • Loading branch information
JonathanMagnan authored Nov 5, 2018
2 parents 54195a5 + 8bc68ba commit 8a2df5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs2/pages/documentations/relationship/relationship.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ connection.BulkInsert(lefts)
```


In this article, you will learn how to handle this kind of relation:
In this tutorial, you will learn how to handle this kind of relation:
- [Foreign Key Property](#foreign-key-property)
- [Navigation Property](#navigation-property)

Expand Down Expand Up @@ -160,4 +160,4 @@ DapperPlusManager.Entity<Right>().Table("Right")
connection.BulkInsert(lefts)
.ThenForEach(x => x.Rights.ForEach(y => y.Left = x))
.ThenBulkInsert(x => x.Rights);
```
```

0 comments on commit 8a2df5e

Please sign in to comment.