Click or drag to resize

ViewGetViewsBySql Method

Gets the views by SQL.

Namespace:  Dynamicweb.Analytics.Experiments
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static IEnumerable<View> GetViewsBySql(
	string sqlCommandText
)

Parameters

sqlCommandText
Type: SystemString
The SQL.

Return Value

Type: IEnumerableView
See Also