TypedList Vs Dynamic List

Posts   
 
    
Ian avatar
Ian
User
Posts: 511
Joined: 01-Apr-2005
# Posted on: 09-Nov-2005 18:23:34   

Hi,

Which is more performant? A typed list of a dynamic list?

Cheers, I.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 09-Nov-2005 19:02:02   

shouldn't matter much. With a typedlist the columns are already setup, which shouldbe a bit faster perhaps, with a dynamic list, the dataadapter has to setup teh columns first.

Frans Bouma | Lead developer LLBLGen Pro