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

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

Parameters

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