[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 8582 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
24465 | Andersen, Tara, L | 3000 | Melbourne | Victoria | Australia |
24615 | Ortega, Dwayne, C | 3000 | Melbourne | Victoria | Australia |
24888 | Srini, Roy | 3000 | Melbourne | Victoria | Australia |
Generated 2025-07-20 12:35:07.517 UTC