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

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

Parameters

dr
Type: System.DataDataRow
Source data row
See Also