SearchResultsBaseDatasourceView.ExecuteSelect Method
This member is reserved for internal use and is not intended to be used directly from your code.
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
See Also
Reference
SearchResultsBaseDatasourceView Class