Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / IOrderItemRepository Interface / GetNextOrderBy Method
The OrderId for which to get the next OrderBy value
In This Topic
    GetNextOrderBy Method (IOrderItemRepository)
    In This Topic
    Gets the next value of the OrderBy field for OrderItem objects.
    Syntax
    int GetNextOrderBy( 
       int orderId
    )

    Parameters

    orderId
    The OrderId for which to get the next OrderBy value

    Return Value

    The next value of the OrderBy field for OrderItem 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