Click or drag to resize
SKUMembershipListInfo Constructor (DataRow)
Creates a new instances of the SKUMembershipListInfo class from the given DataRow.

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

Parameters

dr
Type: System.DataDataRow
DataRow with the object data
See Also