FieldCompareRangePredicate and Object Arrays

Posts   
 
    
joshmouch
User
Posts: 34
Joined: 02-Dec-2004
# Posted on: 03-May-2006 07:41:09   

How come the FieldCompareRangePredicate expects an array of objects instead of something like IEnumerable, ICollection or IList?

This would make it much more flexible.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 03-May-2006 08:56:56   

You can pass an ICollection as well, which means almost any list collection. You already could pass an arraylist of values as a parameter of the range predicate. simple_smile

Frans Bouma | Lead developer LLBLGen Pro