How to use the Find or contains method to search EntityCollection

Posts   
 
    
Kensmith
User
Posts: 2
Joined: 09-Oct-2006
# Posted on: 10-Oct-2006 05:03:52   

Is there away to perform a find or contains method on EntityCollection, just like how its possible to do on DataTables and the new generic List<> objects

Thanks

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 10-Oct-2006 07:46:18   

Please check the reference manual for EntityCollectionBase & EntityCollectionBase2. There are 2 methods, Contains & FindMatches.

Also check the LLBLGen Pro documentation manual for EntityViews "Using the generated code -> Adapter/SelfServicing -> Using the EntityView(2) class"