Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / IBasketItemRepository Interface / GetNextOrderBy Method
The BasketId for which to get the next OrderBy value
Version
GetNextOrderBy Method (IBasketItemRepository)
Gets the next value of the OrderBy field for BasketItem objects.
Syntax
int GetNextOrderBy( 
   int basketId
)

Parameters

basketId
The BasketId for which to get the next OrderBy value

Return Value

The next value of the OrderBy field for BasketItem objects
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also