In Memory Filtering of Typed Lists

Posts   
 
    
Posts: 32
Joined: 01-Oct-2007
# Posted on: 08-Nov-2007 18:26:40   

Hi

Is there any way to perform in-memory filtering of a fetched typed list, using the predicate objects rather than the datatable.select method...

Thanks

Matt

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 09-Nov-2007 10:05:20   

No there is no way of doing this directly on TypedLists.

In memory Filtering is done on EntityCollections by the use of EntityViews, so maybe you want to projecct the TypedList to an EntityCollection.

Posts: 32
Joined: 01-Oct-2007
# Posted on: 09-Nov-2007 10:21:31   

Thats what I thought.

Do you have any plans to add this as a feature ?

Thanks

Matt

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 09-Nov-2007 12:58:34   

MattPerTrac wrote:

Thats what I thought.

Do you have any plans to add this as a feature ?

Thanks

Matt

No, as MS will soon release Linq to DataSets which offers in-memory filtering/sorting of typedlists/views without problems. simple_smile

Frans Bouma | Lead developer LLBLGen Pro