This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I'm sure I must be doing this incorrectly.. var r = unitOfWork.VmtaPools.Where(o => o.Enabled).GroupBy(o => o.Id.IpTunnel); Lightspeed is error out saying "Grouping key is not defined on the entity" |
|
|
This will be because of the use of the composite key. I will have a look at adding in support for this and get back to you once we have an update on this.
|
|