Click or drag to resize

View.GetViews Method (CommandBuilder)

Gets the views by the SQL-query contained by the specified CommandBuilder.

Namespace:  Dynamicweb.Analytics.Experiments
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static List<View> GetViews(
	CommandBuilder commandBuilder
)

Parameters

commandBuilder
Type: Dynamicweb.Data.CommandBuilder
The command builder.

Return Value

Type: List<View>
List<T> containing any matching View instances.
See Also