Overridable method called when retrieving the data at design time.

Namespace:  Endeca.Web.UI.Design
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
protected virtual Object OnDesignTimeSelecting(
	string viewName
)
Visual Basic (Declaration)
Protected Overridable Function OnDesignTimeSelecting ( _
	viewName As String _
) As Object
Visual C++
protected:
virtual Object^ OnDesignTimeSelecting(
	String^ viewName
)

Parameters

viewName
Type: System..::.String
Name of the data source view for which data will be retrieved.

See Also