[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity < SKIP 2566 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18432 | Lopez, Jordan, L | 94010 | Burlingame | California | United States |
| 18434 | Stone, Clayton | 94010 | Burlingame | California | United States |
Generated 2025-11-05 23:53:21.449 UTC