PredicateFactory.CompareValue

Posts   
 
    
Posts: 11
Joined: 29-Mar-2005
# Posted on: 09-Jun-2005 23:04:41   

I am using self servicing code and Oracle. I am trying to get all records from a table where a column begins with an 'OL'. How would I do this?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 10-Jun-2005 08:53:58   

pass a predicate expression with a LIKE predicate on the column using the pattern "OL%" to getmulti. simple_smile

Frans Bouma | Lead developer LLBLGen Pro