Skip to content

Commit

Permalink
Update Documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EndsOfTheEarth authored Jun 24, 2023
1 parent be994be commit 4b003a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- [Nested Query](#nested-query)
- [Insert Query](#insert-query)
- [Update Query](#update-query)
- [Update Join Query](#update-join-query)
- [Update From Query](#update-from-query)
- [Delete Query](#delete-query)
- [Delete Join Query (MSSQL Only)](#delete-join-query)
- [Delete Using Query (PostgreSql Only)](#delete-using-query)
Expand Down Expand Up @@ -492,7 +492,7 @@ using(Transaction transaction = new Transaction(DB.Northwind)) {
}
```

## Update Join Query
## Update From Query

```C#
using(Transaction transaction = new Transaction(DB.Northwind)) {
Expand Down Expand Up @@ -1242,4 +1242,4 @@ public sealed class TerritoryTable : ATable {
RegionId = new Column<IntKey<IRegion>>(this, columnName: "RegionId");
}
}
```
```

0 comments on commit 4b003a6

Please sign in to comment.