[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 2631 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21233 | Smith, Christopher, E | 94070 | San Carlos | California | United States |
| 26524 | Robinson, Anthony, E | 91932 | Imperial Beach | California | United States |
Generated 2025-11-03 08:06:26.097 UTC