AggregateDataSourceView constructor
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
owner As AggregateDataSource, _
context As HttpContext _
)
'Usage
Dim owner As AggregateDataSource
Dim context As HttpContext
Dim instance As New AggregateDataSourceView(owner, context)
public AggregateDataSourceView(
AggregateDataSource owner,
HttpContext context
)
Parameters
- context
Type: System.Web.HttpContext