Hello!

Somebody know if this linq query should be supported by NHibernate? 

                var result = sessao.Consulta()
                    .OrderBy(a => a.Sigla)
                    .Take(10)
                    .GroupBy(a => a.Sigla)
                    .OrderBy(a => a.Key)
                    .Select(a => new {Key = a.Key, ItemCount = a.Count()});

If this should be supported, I can help to implement. I just need some 
initial introductions on how to contribute to the project.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/nhusers/-/PirIUpJrDjQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to