RE: Linq2CSLA: Group By Into not working inBusinessListBase

RE: Linq2CSLA: Group By Into not working inBusinessListBase

Old forum URL: forums.lhotka.net/forums/t/7855.aspx


amselem posted on Friday, October 23, 2009

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