We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54195a5 commit 8bc68baCopy full SHA for 8bc68ba
docs2/pages/documentations/relationship/relationship.md
@@ -11,7 +11,7 @@ connection.BulkInsert(lefts)
11
```
12
13
14
-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:
15
- [Foreign Key Property](#foreign-key-property)
16
- [Navigation Property](#navigation-property)
17
@@ -160,4 +160,4 @@ DapperPlusManager.Entity<Right>().Table("Right")
160
connection.BulkInsert(lefts)
161
.ThenForEach(x => x.Rights.ForEach(y => y.Left = x))
162
.ThenBulkInsert(x => x.Rights);
163
-```
+```
0 commit comments