| 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
)
Public Shared Function GetViews (
commandBuilder As CommandBuilder
) As List(Of View)
Parameters
- commandBuilder
- Type: Dynamicweb.DataCommandBuilder
The command builder.
Return Value
Type:
ListViewListT containing any matching
View instances.
See Also