Share via


SPDataSourceView methods

The SPDataSourceView type exposes the following members.

Methods

  Name Description
Public method CanExecute (Inherited from DataSourceView.)
Public method Delete (Inherited from DataSourceView.)
Public method Equals (Inherited from Object.)
Protected method ExecuteCommand(String, IDictionary, IDictionary) (Inherited from DataSourceView.)
Public method ExecuteCommand(String, IDictionary, IDictionary, DataSourceViewOperationCallback) (Inherited from DataSourceView.)
Protected method ExecuteDelete Deletes a list item. (Overrides DataSourceView.ExecuteDelete(IDictionary, IDictionary).)
Protected method ExecuteInsert Inserts a new item into a list. (Overrides DataSourceView.ExecuteInsert(IDictionary).)
Protected method ExecuteSelect Retrieves data from the underlying data source using the SelectCommand string and any parameters that are in the SelectParameters collection. (Overrides DataSourceView.ExecuteSelect(DataSourceSelectArguments).)
Protected method ExecuteUpdate Updates the value of one or more fields in a list item. (Overrides DataSourceView.ExecuteUpdate(IDictionary, IDictionary, IDictionary).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetQueryAndFieldStringFromSelectCommand Parses a request for data from a data-bound control.
Public method GetType (Inherited from Object.)
Public method Insert (Inherited from DataSourceView.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDataSourceViewChanged (Inherited from DataSourceView.)
Protected method RaiseUnsupportedCapabilityError (Inherited from DataSourceView.)
Public method Select(DataSourceSelectArguments) Retrieves data from the underlying data source using the SelectCommand string and any parameters that are in the SelectParameters collection.
Public method Select(DataSourceSelectArguments, DataSourceViewSelectCallback) (Inherited from DataSourceView.)
Public method ToString (Inherited from Object.)
Public method Update (Inherited from DataSourceView.)

Top

See also

Reference

SPDataSourceView class

Microsoft.SharePoint.WebControls namespace