Scenario:
I have a product table, with an optional relation to a translation table which contains the translated product names for a product.
I created a view on both tables, so I can display the product in a grid in a webapplication. If I want to display the right translations, I will filter the view on the column Culture, which contains the culture column.
This scenario repeats itself for numerous times. Not only for the product table, but also for several other tables.
Is there a way to automatically add a PredicateExpression on the Culture column when I want to Fetch data from the view?
I'm using LLBLGen Pro v3.1 and the LLBLGen Runtime Framework