Is it possible to get predicate from a relation?
for example,
I have ClientsEntity.Relations.OrdersEntityUsingClientId. I'd like to get new predicateExpression(ClientsFields.ClientId == OrdersFields.ClientId)
Thanks,
Hi,
There is no such built-in method. You have to do it manual or you can construct your own helper method for this.
(Edit) Please post on the right forum, which in this case is Generated Code forum. Otherwise your question's answer delays.