Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderRepository Class / LoadForFilter Method / LoadForFilter(OrderNoteFilter,Int32,Int32,String) Method
Representing the filter to apply to the orders
Maximum number of rows
Start index of rows
Sort expression
In This Topic
    LoadForFilter(OrderNoteFilter,Int32,Int32,String) Method
    In This Topic
    Search and load the results
    Syntax

    Parameters

    filter
    Representing the filter to apply to the orders
    maximumRows
    Maximum number of rows
    startRowIndex
    Start index of rows
    sortExpression
    Sort expression

    Return Value

    A collection of OrderNoteDetail obects
    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