[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 3500 < SKIP 2500 > < TAKE 7 >
7 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20245 | Malhotra, Darren, L | 3220 | Geelong | Victoria | Australia |
| 21202 | Torres, Theresa | 3220 | Geelong | Victoria | Australia |
| 21219 | Zhu, Candice, S | 3220 | Geelong | Victoria | Australia |
| 21254 | Black, Tonya, M | 3220 | Geelong | Victoria | Australia |
| 21896 | Subram, Roy | 3220 | Geelong | Victoria | Australia |
| 21952 | Vazquez, Latasha | 3220 | Geelong | Victoria | Australia |
| 21999 | Barnes, Julia, R | 3220 | Geelong | Victoria | Australia |
Generated 2025-11-04 18:27:15.635 UTC