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

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

Parameters

dr
Type: System.DataDataRow
See Also