Click or drag to resize

View.GetViewsBySql 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: System.String
The SQL.

Return Value

Type: IEnumerable<View>
See Also