We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54195a5 + 8bc68ba commit 8a2df5eCopy full SHA for 8a2df5e
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