Share via


SPWorkflowDataSourceView.Select method

This member overrides DataSourceView.Select(DataSourceSelectArguments, DataSourceViewSelectCallback).

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Sub Select ( _
    arguments As DataSourceSelectArguments, _
    callback As DataSourceViewSelectCallback _
)
'Usage
Dim instance As SPWorkflowDataSourceView
Dim arguments As DataSourceSelectArguments
Dim callback As DataSourceViewSelectCallback

instance.Select(arguments, callback)
public override void Select(
    DataSourceSelectArguments arguments,
    DataSourceViewSelectCallback callback
)

Parameters

See also

Reference

SPWorkflowDataSourceView class

SPWorkflowDataSourceView members

Microsoft.SharePoint.WebControls namespace