DanYeung

DanYeung

  • NA
  • 12
  • 0

Need help on a relatively simple LINQ

Feb 16 2012 7:34 PM
I have the following.  Amount = d. intellisense does not have CompanyCode while it is in the GroupBy?

var detailGroups = headerGroup

        .GroupBy(d => d.CompanyCode)

        .Select(d => new

                {

                        CompanCode = d.

                });

Thanks.



Answers (5)