[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 5546 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
16040 | Gill, Casey | 75008 | Paris | Seine (Paris) | France |
16052 | Gutierrez, Danny, L | 75003 | Paris | Seine (Paris) | France |
Generated 2025-07-21 21:21:18.354 UTC