System.Web.UI.DataSourceView: Method Members

The methods of System.Web.UI.DataSourceView are listed below. For a list of all members, see the DataSourceView Members list.

See Also: Inherited members from System.Object

Public Methods

Delete(IDictionary, IDictionary, DataSourceViewOperationCallback)

Performs an asynchronous delete operation on the list of data that the System.Web.UI.DataSourceView object represents.

Insert(IDictionary, DataSourceViewOperationCallback)

Performs an asynchronous insert operation on the list of data that the System.Web.UI.DataSourceView object represents.

Select(DataSourceSelectArguments, DataSourceViewSelectCallback)

Gets a list of data asynchronously from the underlying data storage.

Update(IDictionary, IDictionary, IDictionary, DataSourceViewOperationCallback)

Performs an asynchronous update operation on the list of data that the System.Web.UI.DataSourceView object represents.

Protected Methods

ExecuteDelete(IDictionary, IDictionary) : int

Performs a delete operation on the list of data that the System.Web.UI.DataSourceView object represents.

ExecuteInsert(IDictionary) : int

Performs an insert operation on the list of data that the System.Web.UI.DataSourceView object represents.

abstract
ExecuteSelect(DataSourceSelectArguments) : IEnumerable

Gets a list of data from the underlying data storage.

ExecuteUpdate(IDictionary, IDictionary, IDictionary) : int

Performs an update operation on the list of data that the System.Web.UI.DataSourceView object represents.

OnDataSourceViewChanged(EventArgs)

Raises the DataSourceView.DataSourceViewChanged event.

RaiseUnsupportedCapabilityError(DataSourceCapabilities)

Called by the DataSourceSelectArguments.RaiseUnsupportedCapabilitiesError(DataSourceView) method to compare the capabilities requested for an DataSourceView.ExecuteSelect(DataSourceSelectArguments) operation against those that the view supports.