[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 250   SKIP 4000   <  SKIP 393  >   <  TAKE 56  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

No result. See details below for possible causes

_Description

Contains, in addition to result, also log information about execution of API query
SELECT Name, PostalCode, City, StateOrProvince, Country/ORDER BY City/TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity/SKIP 250/SKIP 4000/SKIP 393/TAKE 56

Individual query expressions are:
SELECT Name, PostalCode, City, StateOrProvince, Country
ORDER BY City
TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity
SKIP 250
SKIP 4000
SKIP 393
TAKE 56

Note that the ordinary result (from an ordinary exceution of query) is stored in -Result- which is 'invisible' from ordinary -PropertyAccess-.

AllLogEntriesForThisQuery

ExecuteOne/_/9/Start = 2025-07-19 03:05:03.601
ExecuteOne/_/9/Query = SELECT Name, PostalCode, City, StateOrProvince, Country
ExecuteOne/_/9/CountBefore = 3012
ExecuteOne/_/9/CountAfter = 3012
ExecuteOne/_/9/Finish = 2025-07-19 03:05:03.628
ExecuteOne/_/9/ElapsedTime = 00:00:00.026
ExecuteOne/_/9/Text = ------------------------------------------------------
ExecuteOne/_/9/Start = 2025-07-19 03:05:03.628
ExecuteOne/_/9/Query = ORDER BY City
ExecuteOne/_/9/CountBefore = 3012
ExecuteOne/_/9/CountAfter = 3012
ExecuteOne/_/9/Finish = 2025-07-19 03:05:03.629
ExecuteOne/_/9/ElapsedTime = 00:00:00.000
ExecuteOne/_/9/Text = ------------------------------------------------------
ExecuteOne/_/9/Start = 2025-07-19 03:05:03.629
ExecuteOne/_/9/Query = TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity
ExecuteOne/_/9/CountBefore = 3012
Title = Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity
ExecuteOne/_/9/CountAfter = 3012
ExecuteOne/_/9/Finish = 2025-07-19 03:05:03.629
ExecuteOne/_/9/ElapsedTime = 00:00:00.000
ExecuteOne/_/9/Text = ------------------------------------------------------
ExecuteOne/_/9/Start = 2025-07-19 03:05:03.629
ExecuteOne/_/9/Query = SKIP 250
ExecuteOne/_/9/CountBefore = 3012
ExecuteOne/_/9/CountAfter = 2762
ExecuteOne/_/9/Finish = 2025-07-19 03:05:03.630
ExecuteOne/_/9/ElapsedTime = 00:00:00.000
ExecuteOne/_/9/Text = ------------------------------------------------------
ExecuteOne/_/9/Start = 2025-07-19 03:05:03.630
ExecuteOne/_/9/Query = SKIP 4000
ExecuteOne/_/9/CountBefore = 2762
ExecuteOne/_/9/CountAfter = 0
ExecuteOne/_/9/Finish = 2025-07-19 03:05:03.630
ExecuteOne/_/9/ElapsedTime = 00:00:00.000
ExecuteOne/_/9/Text = ------------------------------------------------------
ExecuteOne/_/9/Start = 2025-07-19 03:05:03.630
ExecuteOne/_/9/Query = SKIP 393
ExecuteOne/_/9/CountBefore = 0
ExecuteOne/_/9/CountAfter = 0
ExecuteOne/_/9/Finish = 2025-07-19 03:05:03.630
ExecuteOne/_/9/ElapsedTime = 00:00:00.000
ExecuteOne/_/9/Text = ------------------------------------------------------
ExecuteOne/_/9/Start = 2025-07-19 03:05:03.630
ExecuteOne/_/9/Query = TAKE 56
ExecuteOne/_/9/CountBefore = 0
ExecuteOne/_/9/CountAfter = 0
ExecuteOne/_/9/Finish = 2025-07-19 03:05:03.630
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.630 UTC