Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DataExchange Namespace / ShipStationExportManager Class / LoadWaitingOrders Method / LoadWaitingOrders(Int32,Int32,String) Method
Maximum rows to select
Start row index
Sort Expressoin
In This Topic
    LoadWaitingOrders(Int32,Int32,String) Method
    In This Topic
    Select orders waiting for status updates
    Syntax
    public static IList<Order> LoadWaitingOrders( 
       int maximumRows,
       int startRowIndex,
       string sortExpression
    )

    Parameters

    maximumRows
    Maximum rows to select
    startRowIndex
    Start row index
    sortExpression
    Sort Expressoin

    Return Value

    Orders waiting for status updates
    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