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

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/SHUFFLE/SKIP 18932/TAKE 124

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
SHUFFLE
SKIP 18932
TAKE 124

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

AllLogEntriesForThisQuery

ExecuteOne/_/18/Start = 2025-07-20 04:32:18.145
ExecuteOne/_/18/Query = SELECT Name, PostalCode, City, StateOrProvince, Country
ExecuteOne/_/18/CountBefore = 18484
ExecuteOne/_/18/CountAfter = 18484
ExecuteOne/_/18/Finish = 2025-07-20 04:32:18.632
ExecuteOne/_/18/ElapsedTime = 00:00:00.487
ExecuteOne/_/18/Text = ------------------------------------------------------
ExecuteOne/_/18/Start = 2025-07-20 04:32:18.632
ExecuteOne/_/18/Query = ORDER BY City
ExecuteOne/_/18/CountBefore = 18484
ExecuteOne/_/18/CountAfter = 18484
ExecuteOne/_/18/Finish = 2025-07-20 04:32:18.633
ExecuteOne/_/18/ElapsedTime = 00:00:00.000
ExecuteOne/_/18/Text = ------------------------------------------------------
ExecuteOne/_/18/Start = 2025-07-20 04:32:18.633
ExecuteOne/_/18/Query = TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity
ExecuteOne/_/18/CountBefore = 18484
Title = Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity
ExecuteOne/_/18/CountAfter = 18484
ExecuteOne/_/18/Finish = 2025-07-20 04:32:18.633
ExecuteOne/_/18/ElapsedTime = 00:00:00.000
ExecuteOne/_/18/Text = ------------------------------------------------------
ExecuteOne/_/18/Start = 2025-07-20 04:32:18.633
ExecuteOne/_/18/Query = SHUFFLE
ExecuteOne/_/18/CountBefore = 18484
ExecuteOne/_/18/CountAfter = 18484
ExecuteOne/_/18/Finish = 2025-07-20 04:32:18.666
ExecuteOne/_/18/ElapsedTime = 00:00:00.033
ExecuteOne/_/18/Text = ------------------------------------------------------
ExecuteOne/_/18/Start = 2025-07-20 04:32:18.666
ExecuteOne/_/18/Query = SKIP 18932
ExecuteOne/_/18/CountBefore = 18484
ExecuteOne/_/18/CountAfter = 0
ExecuteOne/_/18/Finish = 2025-07-20 04:32:18.666
ExecuteOne/_/18/ElapsedTime = 00:00:00.000
ExecuteOne/_/18/Text = ------------------------------------------------------
ExecuteOne/_/18/Start = 2025-07-20 04:32:18.666
ExecuteOne/_/18/Query = TAKE 124
ExecuteOne/_/18/CountBefore = 0
ExecuteOne/_/18/CountAfter = 0
ExecuteOne/_/18/Finish = 2025-07-20 04:32:18.666
ExecuteOne/_/18/ElapsedTime = 00:00:00.000
ExecuteOne/_/18/Text = ------------------------------------------------------

DimCustomerId

Generated 2025-07-20 04:32:18.666 UTC