Using LLBLGen 4.0 self servicing.
Hi,
I want to create a view from a collection using a related entity field in the predicate expression.
IEntityView view = ((IEntityCollection)DataSource).CreateView(predicateExpression, sortExpression);
The view contains zero items and it also doesn't raise an exception; what am I doing wrong ?
Thanks for the help in advance.