DataSourceView.DataSourceView Constructor
.NET Framework 3.0
Initializes a new instance of the DataSourceView class.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected DataSourceView ( IDataSource owner, String viewName )
protected function DataSourceView ( owner : IDataSource, viewName : String )
Not applicable.
Parameters
- owner
The data source control that the DataSourceView is associated with.
- viewName
The name of the DataSourceView object.
Community Additions
ADD
Show: