IList<Product> LoadOrphaned( string sortExpression, int maximumRows, int startRowIndex )
Parameters
- sortExpression
- Sort expression to use for sorting the loaded products
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
Return Value
A list of products that are not in any category.