Hi all,
Is this possible:
I like to create a PredicateExpression to filter against a field not in my entity class. I added a new field called "Archived" which I like to filter against.
However, I do not with to redistribute the LLBLGen generated DLLs to all my users... so is there a way to manually query a field (I don't need the field in the result set, only in my predicate expression).
Thanks!