SPWorkflowDataSourceView.ExecuteSelect Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
SPWorkflowDataSourceView Class