ObjectCacheDataSourceView Constructor
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
dataSourceOwner As IDataSource, _
viewName As String _
)
'Usage
Dim dataSourceOwner As IDataSource
Dim viewName As String
Dim instance As New ObjectCacheDataSourceView(dataSourceOwner, _
viewName)
public ObjectCacheDataSourceView(
IDataSource dataSourceOwner,
string viewName
)
Parameters
- dataSourceOwner
Type: System.Web.UI.IDataSource
- viewName
Type: System.String
See Also
Reference
ObjectCacheDataSourceView Class