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

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

Parameters

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