[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 0 SHUFFLE < SKIP 3709 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 26148 | Thompson, Michael, M | 3280 | Warrnambool | Victoria | Australia |
| 14948 | Lal, Damien | 75010 | Paris | Seine (Paris) | France |
| 14535 | Anand, Dustin | HP10 9QY | High Wycombe | England | United Kingdom |
Generated 2025-11-05 12:01:05.234 UTC