How can I create a filter that would result in something like
Select view1.* from view1 inner join view2 on view1.Id = view2.Id
I need the inner join because I would like to filter on the columns from the view2
Version of the generator that we are using is 1.0.2004.2 Final (released 26.05.2005)
and the code is generated using the Adapter scenario.