QueryableDataSourceView Constructor (DataSourceControl^, String^, HttpContext^)
.NET Framework (current version)
Initializes a new instance of the QueryableDataSourceView class.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
protected:
QueryableDataSourceView(
DataSourceControl^ owner,
String^ viewName,
HttpContext^ context
)
Parameters
- owner
-
Type:
System.Web.UI::DataSourceControl^
The data source control that the QueryableDataSourceView 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
Available since 4.0
Show: