GetMultiAsDataTable

Posts   
 
    
Posts: 11
Joined: 23-Oct-2007
# Posted on: 24-Oct-2007 17:35:13   

Hi I have a collection class called Orders...

I would like to get a collection of orders where a certain status is met...

how do I do this... I am happy if they are placed in a data table at this stage...

Thanks

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 24-Oct-2007 18:46:28   

I suppose you are using SelfServicing. Use the collection.GetMultiAsDataTable() And pass the appropriate filter.

Please consult the manual on how to construct a filter: **Using the generated code -> SelfServicing -> Filtering and sorting -> Getting started with filtering, **

Posts: 11
Joined: 23-Oct-2007
# Posted on: 25-Oct-2007 00:56:47   

Thanks Walaa for the great answer...

I am 2 days into working with LLBLGen Pro, and each day I like it a little more simple_smile