does llblgenpro have "search" functionality

Posts   
 
    
yogiberr
User
Posts: 432
Joined: 29-Jun-2005
# Posted on: 26-Mar-2007 13:35:07   

hiya,

I notice that some llblgenpro objects have a "search" property.Does this mean that there's some built-in search functionality?

many thanks,

yogi

Aurelien avatar
Aurelien
Support Team
Posts: 162
Joined: 28-Jun-2006
# Posted on: 26-Mar-2007 14:10:25   

Hi,

it is not clear for me, what dou you mean by built-in search functionality?

yogiberr
User
Posts: 432
Joined: 29-Jun-2005
# Posted on: 28-Mar-2007 17:02:12   

hiya Aurelien,

Sorry, I thought I had seen a "search" method in intellisense when I was using a generated object.

sorry about that,

yogi

bclubb
User
Posts: 934
Joined: 12-Feb-2004
# Posted on: 29-Mar-2007 02:17:24   

There is a FindMatches method that you can use with the entitiy collections to define a predicate that can search the in memory collection as though it was a table. Check out "Finding entities inside a fetched entity collection" in the manual under the generated code sections.