[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 875   SHUFFLE   <  SKIP 17750  >   <  TAKE 1000   

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 875/SHUFFLE/SKIP 17750/TAKE 1000

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 875
SHUFFLE
SKIP 17750
TAKE 1000

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

AllLogEntriesForThisQuery

ExecuteOne/_/24/Start = 2025-07-14 03:06:57.044
ExecuteOne/_/24/Query = SELECT Name, PostalCode, City, StateOrProvince, Country
ExecuteOne/_/24/CountBefore = 18484
ExecuteOne/_/24/CountAfter = 18484
ExecuteOne/_/24/Finish = 2025-07-14 03:06:57.328
ExecuteOne/_/24/ElapsedTime = 00:00:00.283
ExecuteOne/_/24/Text = ------------------------------------------------------
ExecuteOne/_/24/Start = 2025-07-14 03:06:57.328
ExecuteOne/_/24/Query = ORDER BY City
ExecuteOne/_/24/CountBefore = 18484
ExecuteOne/_/24/CountAfter = 18484
ExecuteOne/_/24/Finish = 2025-07-14 03:06:57.340
ExecuteOne/_/24/ElapsedTime = 00:00:00.012
ExecuteOne/_/24/Text = ------------------------------------------------------
ExecuteOne/_/24/Start = 2025-07-14 03:06:57.340
ExecuteOne/_/24/Query = TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity
ExecuteOne/_/24/CountBefore = 18484
Title = Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity
ExecuteOne/_/24/CountAfter = 18484
ExecuteOne/_/24/Finish = 2025-07-14 03:06:57.341
ExecuteOne/_/24/ElapsedTime = 00:00:00.000
ExecuteOne/_/24/Text = ------------------------------------------------------
ExecuteOne/_/24/Start = 2025-07-14 03:06:57.341
ExecuteOne/_/24/Query = SKIP 875
ExecuteOne/_/24/CountBefore = 18484
ExecuteOne/_/24/CountAfter = 17609
ExecuteOne/_/24/Finish = 2025-07-14 03:06:57.380
ExecuteOne/_/24/ElapsedTime = 00:00:00.039
ExecuteOne/_/24/Text = ------------------------------------------------------
ExecuteOne/_/24/Start = 2025-07-14 03:06:57.380
ExecuteOne/_/24/Query = SHUFFLE
ExecuteOne/_/24/CountBefore = 17609
ExecuteOne/_/24/CountAfter = 17609
ExecuteOne/_/24/Finish = 2025-07-14 03:06:57.381
ExecuteOne/_/24/ElapsedTime = 00:00:00.000
ExecuteOne/_/24/Text = ------------------------------------------------------
ExecuteOne/_/24/Start = 2025-07-14 03:06:57.381
ExecuteOne/_/24/Query = SKIP 17750
ExecuteOne/_/24/CountBefore = 17609
ExecuteOne/_/24/CountAfter = 0
ExecuteOne/_/24/Finish = 2025-07-14 03:06:57.381
ExecuteOne/_/24/ElapsedTime = 00:00:00.000
ExecuteOne/_/24/Text = ------------------------------------------------------
ExecuteOne/_/24/Start = 2025-07-14 03:06:57.381
ExecuteOne/_/24/Query = TAKE 1000
ExecuteOne/_/24/CountBefore = 0
ExecuteOne/_/24/CountAfter = 0
ExecuteOne/_/24/Finish = 2025-07-14 03:06:57.381
ExecuteOne/_/24/ElapsedTime = 00:00:00.000
ExecuteOne/_/24/Text = ------------------------------------------------------

DimCustomerId

Generated 2025-07-14 03:06:57.381 UTC