jmeckley wrote:
if your using LLBL 2.0 you can use the shortcuts check out Generated code - The predicate system, Adapter in the help documentation
I forgot to mention I'm using self-servicing.
In the help file, here is the example:
Dim values As Integer() = New Integer(2) {1, 2, 5}
filter.Add(New FieldCompareRangePredicate(OrderFields.OrderDate, values))
See how you need to create the array? I was just wondering if there was a way to just pass in an entity collection? I think when I tried passing in an EntityCollection ... it threw an exception saying it could not find the proper data type...