Page 1 of 1

Searching Orders with OrderDataSource class

Posted: Mon Mar 25, 2013 1:47 pm
by AbleMods
I notice there are now two ways to search the orders. You can do it with either:

A) The OrderSearchCriteria class and OrderDataSource.Search()

- or -

B) The OrderFilter class and OrderDataSource.LoadForFilter()

Is there an advantage over using one or the other?