[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 3101 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 15772 | Anderson, Christopher | 91776 | San Gabriel | California | United States |
| 16061 | Butler, Miguel, L | 94519 | Concord | California | United States |
Generated 2025-10-28 14:26:12.602 UTC