Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / IBasketCouponRepository Interface / Load Method / Load(Basket,Coupon) Method
The Basket object for which the object to load.
Coupon of the object to load.
In This Topic
    Load(Basket,Coupon) Method
    In This Topic
    Load this BasketCoupon object from the database for the given primary key.
    Syntax

    Parameters

    basket
    The Basket object for which the object to load.
    coupon
    Coupon of the object to load.

    Return Value

    The loaded BasketCoupon object
    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