LLBLGEN 4.0
.NET Framework 4.0
VB.NET Windows Application
LLBLGEN Runtime framework
SQL Server 2008
Hi,
Example: I have the following 2 tables
Table : Member
Fileds: TitleID, Name, SpouseTitleID, Spouse Name
Table: Title
TitleID
Description
FK is set as follows
Member.TitleID=Title.TitleID
Member.SpouseTitleID=Title.TitleID
Now I create one typed list with the above two tables.
From Title, I should actually get 2 descriptions because of the join. But the typed list returns only one description from title. How do i resolve this