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

    Parameters

    basketId
    Value of BasketId of the object to load.
    couponId
    Value of couponId 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