var groups = from itemrow in itemset.tblUnavailableItems.AsEnumerable()

group itemrow by itemrow.Model into modelGroup

select new { modelGroup.Key, modelGroup };

 

Now I just have to figure out why this works and the original clone of some
samples doesn't - Greg

Reply via email to