Oct 27, 2021
JC -
Let’s say you have an aggregate that gets customers to display on the screen. Let’s pretend there are 700 records in the entity. Chances are, the .Length of that record list will be right around the size of the on-screen list, but .Count of the query will be 700, no matter what.
Hope that helps and makes sense!
J.Ja