[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 480 SHUFFLE < SKIP 101 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 11917 | Sanz, Roy, R | 2010 | Darlinghurst | New South Wales | Australia |
| 24383 | Prasad, Ronald | 77127 | Lieusaint | Seine et Marne | France |
Generated 2025-11-06 03:27:27.047 UTC