Click or drag to resize

QueryCondition Constructor (String, String, OperatorType)

Initializes a new instance of the QueryCondition class

Namespace:  Dynamicweb.Tracking.Reporting
Assembly:  Dynamicweb.Tracking (in Dynamicweb.Tracking.dll) Version: 1.0.3
Syntax
public QueryCondition(
	string name,
	string foreignName,
	OperatorType operatorType
)

Parameters

name
Type: SystemString
foreignName
Type: SystemString
operatorType
Type: Dynamicweb.Tracking.ReportingOperatorType
See Also