AdministrationDataSourceView constructor
Initializes a new instance of the AdministrationDataSourceView class.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
owner As DataSourceControl, _
viewName As String, _
context As HttpContext _
)
'Usage
Dim owner As DataSourceControl
Dim viewName As String
Dim context As HttpContext
Dim instance As New AdministrationDataSourceView(owner, viewName, _
context)
protected AdministrationDataSourceView(
DataSourceControl owner,
string viewName,
HttpContext context
)
Parameters
owner
Type: System.Web.UI.DataSourceControlThe data source control that the AdministrationDataSourceView is associated with.
viewName
Type: System.StringA string that contains the name of the AdministrationDataSourceViewobject.
context
Type: System.Web.HttpContextA System.Web.HttpContext object.
See also
Reference
AdministrationDataSourceView class