United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Office and SharePoint development
SharePoint general development
SharePoint 2013
Reference
.NET server API reference
Core class library
Microsoft.SharePoint.WebControls
SPWorkflowDataSourceView class
SPWorkflowDataSourceView methods
IDisposable.Dispose method
ExecuteCommand method
ExecuteSelect method
Insert method
Select method
Update method
This topic has not yet been rated
-
Rate this topic
SPWorkflowDataSourceView methods
SharePoint 2013
Other Versions
SharePoint 2010
Windows SharePoint Services 3
The
SPWorkflowDataSourceView
type exposes the following members.
Methods
Name
Description
CanExecute
(Inherited from
DataSourceView
.)
Delete
(Inherited from
DataSourceView
.)
Equals
(Inherited from
Object
.)
ExecuteCommand(String, IDictionary, IDictionary)
(Inherited from
DataSourceView
.)
ExecuteCommand(String, IDictionary, IDictionary, DataSourceViewOperationCallback)
(Inherited from
DataSourceView
.)
ExecuteDelete
(Inherited from
DataSourceView
.)
ExecuteInsert
(Inherited from
DataSourceView
.)
ExecuteSelect
(Overrides
DataSourceView.ExecuteSelect(DataSourceSelectArguments)
.)
ExecuteUpdate
(Inherited from
DataSourceView
.)
Finalize
(Inherited from
Object
.)
GetHashCode
(Inherited from
Object
.)
GetType
(Inherited from
Object
.)
Insert
(Overrides
DataSourceView.Insert(IDictionary, DataSourceViewOperationCallback)
.)
MemberwiseClone
(Inherited from
Object
.)
OnDataSourceViewChanged
(Inherited from
DataSourceView
.)
RaiseUnsupportedCapabilityError
(Inherited from
DataSourceView
.)
Select
(Overrides
DataSourceView.Select(DataSourceSelectArguments, DataSourceViewSelectCallback)
.)
ToString
(Inherited from
Object
.)
Update
(Overrides
DataSourceView.Update(IDictionary, IDictionary, IDictionary, DataSourceViewOperationCallback)
.)
Top
Explicit interface implementations
Name
Description
IDisposable.Dispose
Top
See also
Reference
SPWorkflowDataSourceView class
Microsoft.SharePoint.WebControls namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD