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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -611,7 +611,7 @@ This query rougly maps to the following SQL:
611
611
SELECT Customer.*
612
612
FROM Customer
613
613
INNER JOIN
614
-
CustomerAddress ON (Customer.Id==CustomerAddress.Id)
614
+
CustomerAddress ON (Customer.Id==CustomerAddress.CustomerId)
615
615
```
616
616
617
617
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