This question is locked. New answers and comments are not allowed.
Are you planning on supporting the Select statement, we are having problems when trying to run an aggregate on a child collection property? Or is there any other way around this?
Class B
{
int Age
}
Class A
{
List<B> children
}
Expression:
Average( a.children.select( c=> c.Age) )
brgds
/mattias
Class B
{
int Age
}
Class A
{
List<B> children
}
Expression:
Average( a.children.select( c=> c.Age) )
brgds
/mattias