[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country ORDER BY City DESC > TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 484 SKIP 250 < SKIP 1512 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 13567 | Rubio, Anne, T | 70452 | Stuttgart | Saarland | Germany |
| 13572 | Deng, Shaun | 70452 | Stuttgart | Saarland | Germany |
| 14422 | Lu, Cara | 70511 | Stuttgart | Saarland | Germany |
Generated 2025-11-05 19:47:34.648 UTC