[DataObjectMethod(DataObjectMethodType.Select)] public static IList<ProductInventoryDetail> GetLowProductInventory( InventoryLevel inventoryLevel, int manufacturerId, int vendorId, string sortExpression )
Parameters
- inventoryLevel
- Product inventory level filter.
- manufacturerId
- Product manufacturer Id
- vendorId
- Product vendor Id
- sortExpression
- The sort expression to use for sorting the loaded objects.
Return Value
A list of InventoryDataItem of all items at or below the reorder point.