AFAIK there’s no resolution, but you could workaround using this
syntax:
Dim MyGroupedData = (From lin In
MyBusinessListBase). _
GroupBy(Function(x)(x.PKey))
De: MikeH
[mailto:cslanet@lhotka.net]
Enviado el: viernes, 23 de octubre de 2009 1:30
Para: Jacobo Amselem
Asunto: Re: [CSLA .NET] Linq2CSLA: Group By Into not working in
BusinessListBase
Having same issue ... is there any resolution? Thanks
Copyright (c) Marimer LLC