[DataObjectMethod(DataObjectMethodType.Select)] public static IList<ProductInventoryDetail> GetProductInventory( int maxInStock, string sortExpression )
Parameters
- maxInStock
- The given inventory level
- sortExpression
- The sort expression to use for sorting the loaded objects.
Return Value
A list of all inventory items that are at or below the given inventory level.