How can a list of rows be a single value?
The easy answer is ‘It just can.” 🙂 A list of rows is just a piece of data, like an integer or a piece of text. The only slight difference is that the list is not a copy of the actual data in the rows but only a list of references to the rows. This difference makes the system faster than it otherwise would be but does not affect the way you should think of them.
Related Questions
- If I list an item before midnight on February 20, 2008, but the item sells after February 20, 2008, will I be charged the new Final Value Fee?
- Why is the ListBox displaying the type name of the objects in the list instead of the value of a property in the object?
- How is the Total Budgeted value that is displayed on a groups budget list calculated?