ContextDataSourceView(DataSourceControl, String, HttpContext) Constructor

Definition

Initializes a new instance of the ContextDataSourceView class.

protected:
 ContextDataSourceView(System::Web::UI::DataSourceControl ^ owner, System::String ^ viewName, System::Web::HttpContext ^ context);
protected ContextDataSourceView (System.Web.UI.DataSourceControl owner, string viewName, System.Web.HttpContext context);
new System.Web.UI.WebControls.ContextDataSourceView : System.Web.UI.DataSourceControl * string * System.Web.HttpContext -> System.Web.UI.WebControls.ContextDataSourceView
Protected Sub New (owner As DataSourceControl, viewName As String, context As HttpContext)

Parameters

owner
DataSourceControl

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

viewName
String

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

context
HttpContext

The current HttpContext instance.

Applies to