Frans,
In version 1.0.2005.1, I have a typedlist that has an entity joined twice.
I can specify an alias for an entity's field in:
ORM.FieldCompareExpressionPredicate(MyEntityFields.Field1, _
Nothing, ORM.ComparisonOperator.Equal, _
New ORM.Expression(MyEntityFields.Field2), True, "EntityAlias")
But what about ORM.Expression(MyEntityFields.Field2), ? I could not find an overload to specify an alias for the second time the same entity is joined.