DataSourceView Constructor (IDataSource^, String^)
.NET Framework (current version)
Initializes a new instance of the DataSourceView class.
Assembly: System.Web (in System.Web.dll)
Parameters
- owner
-
Type:
System.Web.UI::IDataSource^
The data source control that the DataSourceView is associated with.
- viewName
-
Type:
System::String^
The name of the DataSourceView object.
| Exception | Condition |
|---|---|
| ArgumentNullException | owner is null. - or - viewName is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: