[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 999 < SKIP 4690 > < TAKE 3 >
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 999/SKIP 4690/TAKE 3
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 999
SKIP 4690
TAKE 3
Note that the ordinary result (from an ordinary exceution of query) is stored in -Result- which is 'invisible' from ordinary -PropertyAccess-.
ExecuteOne/_/9/Start = 2025-07-19 03:05:03.109
ExecuteOne/_/9/Query = SELECT Name, PostalCode, City, StateOrProvince, Country
ExecuteOne/_/9/CountBefore = 1591
ExecuteOne/_/9/CountAfter = 1591
ExecuteOne/_/9/Finish = 2025-07-19 03:05:03.191
ExecuteOne/_/9/ElapsedTime = 00:00:00.081
ExecuteOne/_/9/Text = ------------------------------------------------------
ExecuteOne/_/9/Start = 2025-07-19 03:05:03.191
ExecuteOne/_/9/Query = ORDER BY City DESC
ExecuteOne/_/9/CountBefore = 1591
ExecuteOne/_/9/CountAfter = 1591
ExecuteOne/_/9/Finish = 2025-07-19 03:05:03.210
ExecuteOne/_/9/ElapsedTime = 00:00:00.019
ExecuteOne/_/9/Text = ------------------------------------------------------
ExecuteOne/_/9/Start = 2025-07-19 03:05:03.210
ExecuteOne/_/9/Query = TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity
ExecuteOne/_/9/CountBefore = 1591
Title = Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity
ExecuteOne/_/9/CountAfter = 1591
ExecuteOne/_/9/Finish = 2025-07-19 03:05:03.210
ExecuteOne/_/9/ElapsedTime = 00:00:00.000
ExecuteOne/_/9/Text = ------------------------------------------------------
ExecuteOne/_/9/Start = 2025-07-19 03:05:03.211
ExecuteOne/_/9/Query = SKIP 999
ExecuteOne/_/9/CountBefore = 1591
ExecuteOne/_/9/CountAfter = 592
ExecuteOne/_/9/Finish = 2025-07-19 03:05:03.211
ExecuteOne/_/9/ElapsedTime = 00:00:00.000
ExecuteOne/_/9/Text = ------------------------------------------------------
ExecuteOne/_/9/Start = 2025-07-19 03:05:03.211
ExecuteOne/_/9/Query = SKIP 4690
ExecuteOne/_/9/CountBefore = 592
ExecuteOne/_/9/CountAfter = 0
ExecuteOne/_/9/Finish = 2025-07-19 03:05:03.211
ExecuteOne/_/9/ElapsedTime = 00:00:00.000
ExecuteOne/_/9/Text = ------------------------------------------------------
ExecuteOne/_/9/Start = 2025-07-19 03:05:03.211
ExecuteOne/_/9/Query = TAKE 3
ExecuteOne/_/9/CountBefore = 0
ExecuteOne/_/9/CountAfter = 0
ExecuteOne/_/9/Finish = 2025-07-19 03:05:03.211
ExecuteOne/_/9/ElapsedTime = 00:00:00.000
ExecuteOne/_/9/Text = ------------------------------------------------------
DimCustomerId |
---|
WARNING: -TimestampIsOld-. Possible cause: API is currently initializing.
Generated 2025-07-19 03:05:03.212 UTC