Click or drag to resize

ViewGetViews 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.DataCommandBuilder
The command builder.

Return Value

Type: ListView
ListT containing any matching View instances.
See Also