ObjectCacheDataSourceView.ExecuteSelect Method
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
Protected Overrides Function ExecuteSelect ( _
selectArguments As DataSourceSelectArguments _
) As IEnumerable
'Usage
Dim selectArguments As DataSourceSelectArguments
Dim returnValue As IEnumerable
returnValue = Me.ExecuteSelect(selectArguments)
protected override IEnumerable ExecuteSelect(
DataSourceSelectArguments selectArguments
)
Parameters
- selectArguments
Type: System.Web.UI.DataSourceSelectArguments
Return Value
Type: System.Collections.IEnumerable
See Also
Reference
ObjectCacheDataSourceView Class