SearchResultsBaseDatasource.GetView Method (String)
Gets the SearchResultsBaseDatasourceView associated with the SearchResultsBaseDatasource control.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Overrides Function GetView ( _
viewName As String _
) As DataSourceView
'Usage
Dim viewName As String
Dim returnValue As DataSourceView
returnValue = Me.GetView(viewName)
protected override DataSourceView GetView(
string viewName
)
Parameters
- viewName
Type: System.String
Return Value
Type: System.Web.UI.DataSourceView
Returns DataSourceView.
See Also
Reference
SearchResultsBaseDatasource Class