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