DataTableDataSourceView Constructor
Initializes a new instance of DataTableDataSourceView.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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 DataTableDataSourceView(owner, viewName, _
context)
protected DataTableDataSourceView(
DataSourceControl owner,
string viewName,
HttpContext context
)
Parameters
owner
Type: System.Web.UI.DataSourceControlRepresents the data source control.
viewName
Type: System.StringRepresents the view name.
context
Type: System.Web.HttpContextRepresents the http context.