Creates the distiguished 'parent' view for this data source. If additional child views are supported by this data source, they will be associated with this parent view.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected abstract TCommandView CreateCommandView()
Visual Basic (Declaration)
Protected MustOverride Function CreateCommandView As TCommandView
Visual C++
protected:
virtual TCommandView CreateCommandView() abstract

See Also