Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / IOrderRepository Interface / SearchCount Method
order status Id of the orders to search
payment status of the orders to search
shipment status of the orders to search
starting date for search
ending date for search
In This Topic
    SearchCount Method (IOrderRepository)
    In This Topic
    Counts the number of orders for given search criteria
    Syntax

    Parameters

    orderStatusId
    order status Id of the orders to search
    paymentStatus
    payment status of the orders to search
    shipmentStatus
    shipment status of the orders to search
    startDate
    starting date for search
    endDate
    ending date for search

    Return Value

    The number of orders for given search criteria
    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