Click or drag to resize

Experiment.GetExperimentsBySql 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: System.String
The SQL.

Return Value

Type: IEnumerable<Experiment>
See Also