FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : SpreadDataSourceView Class |
For a list of all members of this type, see SpreadDataSourceView members.
Name | Description | |
---|---|---|
CanExecute | Determines whether the specified command can be executed. (Inherited from System.Web.UI.DataSourceView) | |
Delete | Performs an asynchronous delete operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView) | |
ExecuteCommand | Overloaded. Executes the specified command. (Inherited from System.Web.UI.DataSourceView) | |
Insert | Performs an asynchronous insert operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView) | |
Select | Gets a list of data asynchronously from the underlying data storage. (Inherited from System.Web.UI.DataSourceView) | |
Update | Performs an asynchronous update operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView) |
Name | Description | |
---|---|---|
ExecuteDelete | Performs a delete operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView) | |
ExecuteInsert | Performs an insert operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView) | |
ExecuteSelect | Overridden. Retrieves data from the Spread component. | |
ExecuteUpdate | Performs an update operation on the list of data that the System.Web.UI.DataSourceView object represents. (Inherited from System.Web.UI.DataSourceView) | |
OnDataSourceViewChanged | Raises the System.Web.UI.DataSourceView.DataSourceViewChanged event. (Inherited from System.Web.UI.DataSourceView) |