ExclueIncludeFieldsList and TypedLists

Posts   
 
    
neilx
User
Posts: 267
Joined: 02-Nov-2007
# Posted on: 20-May-2009 12:25:45   

I can't see how to include/exclude fields from a TypedList. Do I need to use entities instead to get this funcionality?

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 20-May-2009 13:28:54   

TypedList fields are decided at Design Time using the LLBLGen pro Designer.

If you want to fetch a flat list and manage the fields at runtime/code time, then use Dynamic List.

And if you want to execlude (and then include) fields from being fetched when fetching an entity and collection, that's when execlude and include fields feature come to hand.

neilx
User
Posts: 267
Joined: 02-Nov-2007
# Posted on: 20-May-2009 16:18:57   

Walaa wrote:

TypedList fields are decided at Design Time using the LLBLGen pro Designer.

If you want to fetch a flat list and manage the fields at runtime/code time, then use Dynamic List.

And if you want to execlude (and then include) fields from being fetched when fetching an entity and collection, that's when execlude and include fields feature come to hand.

OK. Got it, thanks.sunglasses