Filtering a TypedList?

Posts   
 
    
REdwards
User
Posts: 3
Joined: 09-Feb-2006
# Posted on: 17-Feb-2006 18:24:17   

I've created a typed list that returns all the info in two columns of my entity. I am trying to filter that row using a where clause. I can figure out how to write the where using the PredicateExpression, but how do i apply it to the FetchTypedList?

Thanks,

Rob

REdwards
User
Posts: 3
Joined: 09-Feb-2006
# Posted on: 17-Feb-2006 18:34:31   

Never Mind.

I figured it out on my own.smile

I already had a IRelationPredicateBucket declared, i just needed to add my filter using the

bucket.PredicateExpression.Add method where bucket was my IRelationPredicateBucket instanced variable.

Thanks anyway.

Rob