You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2309,11 +2309,10 @@ More examples can be found in [SqlServerProviderTests](https://github.com/Servic
2309
2309
2310
2310
Creating a foreign key in OrmLite can be done by adding `[References(typeof(ForeignKeyTable))]` on the relation property,
2311
2311
which will result in OrmLite creating the Foreign Key relationship when it creates the DB table with `db.CreateTable<Poco>`.
2312
-
[@brainless83](https://github.com/brainless83) has extended this support further by adding more finer-grain options
2313
-
and behaviours with the new `[ForeignKey]` attribute which will now let you specify the desired behaviour when deleting
2314
-
or updating related rows in Foreign Key tables.
2315
2312
2316
-
An example of a table with all the different options:
2313
+
Additional fine-grain options and behaviour are available in the `[ForeignKey]` attribute which will let you specify the desired behaviour when deleting or updating related rows in Foreign Key tables.
2314
+
2315
+
An example of a table with the different available options:
0 commit comments