Click or drag to resize
HitsHourInfoProviderDeleteHitsHourInfo Method (IWhereCondition)
Deletes HitsHourInfo with specified where condition.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public static void DeleteHitsHourInfo(
	IWhereCondition where
)

Parameters

where
Type: CMS.DataEngineIWhereCondition
Where condition to use.
See Also