Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Not implemented in this version.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Overrides Function ExecuteSelect ( _
arguments As DataSourceSelectArguments _
) As IEnumerable
'Usage
Dim arguments As DataSourceSelectArguments
Dim returnValue As IEnumerable
returnValue = Me.ExecuteSelect(arguments)
protected override IEnumerable ExecuteSelect(
DataSourceSelectArguments arguments
)
Parameters
- arguments
Type: System.Web.UI.DataSourceSelectArguments
Return Value
Type: System.Collections.IEnumerable
This member is reserved for internal use and is not intended to be used directly from your code.
See Also
Reference
SearchResultsBaseDatasourceView Class