Click or drag to resize
DiscountCouponInfo Constructor (DataRow)
Constructor - Creates a new DiscountCouponInfo object from the given DataRow.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public DiscountCouponInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
See Also