Click or drag to resize

ExperimentGetExperimentsBySql Method

Gets the experiments by SQL.

Namespace:  Dynamicweb.Analytics.Experiments
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static IEnumerable<Experiment> GetExperimentsBySql(
	string sql
)

Parameters

sql
Type: SystemString
The SQL.

Return Value

Type: IEnumerableExperiment
See Also