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

Syntax

C#
protected EndecaCommandDataSourceView(
	HttpContext context,
	TDataSource owner,
	string viewName
)
Visual Basic (Declaration)
Protected Sub New ( _
	context As HttpContext, _
	owner As TDataSource, _
	viewName As String _
)
Visual C++
protected:
EndecaCommandDataSourceView(
	HttpContext^ context, 
	TDataSource owner, 
	String^ viewName
)

Parameters

context
Type: System.Web..::.HttpContext
Context describing the current HTTP request.
owner
Type: TDataSource
Data source with which this view is associated.
viewName
Type: System..::.String
The name of this view.

See Also