[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 750 < SKIP 7788 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
16483 | Jai, Warren, S | 3000 | Melbourne | Victoria | Australia |
16679 | Carter, Amber, E | 3000 | Melbourne | Victoria | Australia |
Generated 2025-07-18 16:29:36.806 UTC