[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 2991 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
14109 | Gonzales, Aidan, G | 92102 | San Diego | California | United States |
14399 | Peterson, Jeremy, L | 92102 | San Diego | California | United States |
Generated 2025-10-13 14:07:32.750 UTC