Click or drag to resize

ReportQueryAddFilter Method (String, OperatorType, Boolean)

Namespace:  Dynamicweb.Tracking.Reporting
Assembly:  Dynamicweb.Tracking (in Dynamicweb.Tracking.dll) Version: 1.0.3
Syntax
public QueryCondition AddFilter(
	string name,
	OperatorType operatorType,
	bool allowUnsafe = false
)

Parameters

name
Type: SystemString
operatorType
Type: Dynamicweb.Tracking.ReportingOperatorType
allowUnsafe (Optional)
Type: SystemBoolean

Return Value

Type: QueryCondition
See Also