Hi,
I have toyed a little bit with your sample and when I added a column for the "Name" property, I started to see some more calls to the indexer for the "Quantity" column. When I added yet another property and a corresponding column, there was even more indexer calls for " Quantity". Like I said in my original post, the code that I supplied was a simplified version of the real code that in fact contains 7 columns. So it would seem that the more columns, the more indexer calls are made.
Thanks for looking into that.
I have toyed a little bit with your sample and when I added a column for the "Name" property, I started to see some more calls to the indexer for the "Quantity" column. When I added yet another property and a corresponding column, there was even more indexer calls for " Quantity". Like I said in my original post, the code that I supplied was a simplified version of the real code that in fact contains 7 columns. So it would seem that the more columns, the more indexer calls are made.
Thanks for looking into that.