Hi,
I have a view in my SQL 2008 database that I have generated as a TypedView in LLBLGen 2.6 using adapter.
I want to generate a dynamic list from this view which I think I can do relatively easily, however I would like to join my view to one or more tables in my database and include values from these related tables in my dynamic list.
Can you point me to an example/documentation that explains how I join my view to a table because there obviously is no generated RelationInfo code for doing this easily
Many thanks in advance
Huw