ContextDataSourceView Constructor (DataSourceControl, String, HttpContext)

.NET Framework (current version)
 

Initializes a new instance of the ContextDataSourceView class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected ContextDataSourceView(
	DataSourceControl owner,
	string viewName,
	HttpContext context
)

Parameters

owner
Type: System.Web.UI.DataSourceControl

The data source control that the ContextDataSourceView object is associated with.

viewName
Type: System.String

The unique name for the data source view in the scope of the data source control that owns it.

context
Type: System.Web.HttpContext

The current HttpContext instance.

.NET Framework
Available since 4.0
Return to top
Show: