Hi Guys,
We had a .NET 1.1 application that was using 1.1 version of LLBLGen and now we are upgrading all our .NET 1.1 apps to .NET 4 and so using LLBLGen 3.5 for that. With this version of LLBLGen 3.5, i was wondering how would i do a statement like the following which was done using LLBLGen v1.1:
udtCustomerFilter.Add(PredicateFactory.CompareRange(CustomerSelectionFieldIndex.CustomerId, True, msSelectedIDs))
Also i am getting an error DBUtils is not a member of HelperClasses? Any guidance on this issue please?
Another error is EntityQuery is not defined? Help on this as well please?
Please help.
Thanks