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

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

Parameters

dr
Type: System.DataDataRow
See Also