[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 432 < SKIP 2537 > < TAKE 31 >
No result. See details below for possible causes
Contains, in addition to result, also log information about execution of API query
SELECT Name, PostalCode, City, StateOrProvince, Country/ORDER BY City DESC/TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity/SKIP 432/SKIP 2537/TAKE 31
Individual query expressions are:
SELECT Name, PostalCode, City, StateOrProvince, Country
ORDER BY City DESC
TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity
SKIP 432
SKIP 2537
TAKE 31
Note that the ordinary result (from an ordinary exceution of query) is stored in -Result- which is 'invisible' from ordinary -PropertyAccess-.
ExecuteOne/_/7/Start = 2025-07-19 03:05:03.109
ExecuteOne/_/7/Query = SELECT Name, PostalCode, City, StateOrProvince, Country
ExecuteOne/_/7/CountBefore = 1591
ExecuteOne/_/7/CountAfter = 1591
ExecuteOne/_/7/Finish = 2025-07-19 03:05:03.157
ExecuteOne/_/7/ElapsedTime = 00:00:00.047
ExecuteOne/_/7/Text = ------------------------------------------------------
ExecuteOne/_/7/Start = 2025-07-19 03:05:03.157
ExecuteOne/_/7/Query = ORDER BY City DESC
ExecuteOne/_/7/CountBefore = 1591
ExecuteOne/_/7/CountAfter = 1591
ExecuteOne/_/7/Finish = 2025-07-19 03:05:03.192
ExecuteOne/_/7/ElapsedTime = 00:00:00.034
ExecuteOne/_/7/Text = ------------------------------------------------------
ExecuteOne/_/7/Start = 2025-07-19 03:05:03.192
ExecuteOne/_/7/Query = TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity
ExecuteOne/_/7/CountBefore = 1591
Title = Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity
ExecuteOne/_/7/CountAfter = 1591
ExecuteOne/_/7/Finish = 2025-07-19 03:05:03.192
ExecuteOne/_/7/ElapsedTime = 00:00:00.000
ExecuteOne/_/7/Text = ------------------------------------------------------
ExecuteOne/_/7/Start = 2025-07-19 03:05:03.192
ExecuteOne/_/7/Query = SKIP 432
ExecuteOne/_/7/CountBefore = 1591
ExecuteOne/_/7/CountAfter = 1159
ExecuteOne/_/7/Finish = 2025-07-19 03:05:03.194
ExecuteOne/_/7/ElapsedTime = 00:00:00.001
ExecuteOne/_/7/Text = ------------------------------------------------------
ExecuteOne/_/7/Start = 2025-07-19 03:05:03.194
ExecuteOne/_/7/Query = SKIP 2537
ExecuteOne/_/7/CountBefore = 1159
ExecuteOne/_/7/CountAfter = 0
ExecuteOne/_/7/Finish = 2025-07-19 03:05:03.194
ExecuteOne/_/7/ElapsedTime = 00:00:00.000
ExecuteOne/_/7/Text = ------------------------------------------------------
ExecuteOne/_/7/Start = 2025-07-19 03:05:03.194
ExecuteOne/_/7/Query = TAKE 31
ExecuteOne/_/7/CountBefore = 0
ExecuteOne/_/7/CountAfter = 0
ExecuteOne/_/7/Finish = 2025-07-19 03:05:03.196
ExecuteOne/_/7/ElapsedTime = 00:00:00.001
ExecuteOne/_/7/Text = ------------------------------------------------------
DimCustomerId |
---|
WARNING: -TimestampIsOld-. Possible cause: API is currently initializing.
Generated 2025-07-19 03:05:03.205 UTC