Typed List Question

Posts   
 
    
BSAPD avatar
BSAPD
User
Posts: 42
Joined: 02-Jul-2004
# Posted on: 18-Aug-2004 16:55:34   

Is there a way to have the typed list pull using outer joins instead of inner joins?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 18-Aug-2004 17:54:44   

BSAPD wrote:

Is there a way to have the typed list pull using outer joins instead of inner joins?

You mean LEFT JOIN? Yes, set ObeyWeakRelations to true before calling Fill or FetchTypedList()

Frans Bouma | Lead developer LLBLGen Pro
BSAPD avatar
BSAPD
User
Posts: 42
Joined: 02-Jul-2004
# Posted on: 18-Aug-2004 18:02:31   

Otis wrote:

You mean LEFT JOIN?

I mean LEFT OUTER JOIN, same thing.

Otis wrote:

Yes, set ObeyWeakRelations to true before calling Fill or FetchTypedList()

Cool thanks! smile