Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 4ce46af

Browse files
authored
Merge pull request #541 from mayerwin/patch-1
Update README.md
2 parents 626ec2f + f6db6fa commit 4ce46af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ This query rougly maps to the following SQL:
611611
SELECT Customer.*
612612
FROM Customer
613613
INNER JOIN
614-
CustomerAddress ON (Customer.Id == CustomerAddress.Id)
614+
CustomerAddress ON (Customer.Id == CustomerAddress.CustomerId)
615615
```
616616

617617
Just like before `q` is an instance of `SqlExpression<Customer>` which is bounded to the base `Customer` type (and what any subsequent implicit API's apply to).

0 commit comments

Comments
 (0)