[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 0 SHUFFLE < SKIP 2892 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15151 | Shen, Karl, M | 2060 | Lavender Bay | New South Wales | Australia |
| 26972 | Sara, Kristopher, T | 75002 | Paris | Seine (Paris) | France |
| 21010 | Navarro, Ruben | 70511 | Stuttgart | Saarland | Germany |
Generated 2025-10-29 23:00:34.168 UTC