Click or drag to resize
MVTestInfoProviderGetRunningConditionInternal Method (MVTestInfo, QueryDataParameters)
Returns the where condition selecting tests which are running at the same time as the specified test.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetRunningConditionInternal(
	MVTestInfo testObj,
	out QueryDataParameters parameters
)

Parameters

testObj
Type: CMS.OnlineMarketingMVTestInfo
The multivariate test info object
parameters
Type: CMS.DataEngineQueryDataParameters
The parameters

Return Value

Type: String
See Also