Nulls & TypedLists

Posts   
 
    
zgar
User
Posts: 10
Joined: 17-Jul-2008
# Posted on: 30-Jul-2008 20:17:12   

I am using LLBLGenPro 2.5 (Adapter) with VS 2005 and Infragisitics UltraWebGrid.

I am using a typedlist to gather information from many different tables and want to display it in a grid. Everything is working correctly except when there is a NULL value for a field which holds an optional foreign key the datarow will not be loaded into the DataSource (i think it is only with foreign key fields). Is there a way around this or some way to check for NULL values when the datasource is instantiated?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 31-Jul-2008 06:10:41   

for a field which holds an optional foreign key

What is the join hint of that relation at your project (Designer)?

David Elizondo | LLBLGen Support Team
zgar
User
Posts: 10
Joined: 17-Jul-2008
# Posted on: 31-Jul-2008 20:40:51   

Thank you very much! I completely missed the join hint in the designer, it was exactly what I needed. Thanks again.