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

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

Parameters

dr
Type: System.DataDataRow
See Also