[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 250 < SKIP 5302 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
16594 | Jones, Andrew, C | PB12 | Peterborough | England | United Kingdom |
16822 | Lin, Marshall | PB12 | Peterborough | England | United Kingdom |
Generated 2025-07-22 03:31:15.380 UTC