Name | Description | |
---|---|---|
![]() | SpreadDataSourceView Constructor | Creates a new view of Spread as a data source. |
The following tables list the members exposed by SpreadDataSourceView.
Name | Description | |
---|---|---|
![]() | SpreadDataSourceView Constructor | Creates a new view of Spread as a data source. |
Name | Description | |
---|---|---|
![]() | CanDelete | Overridden. Gets whether the data source can delete; this implementation always returns false. |
![]() | CanInsert | Overridden. Gets whether the data source can insert; this implementation always returns false. |
![]() | CanPage | Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports paging through the data retrieved by the System.Web.UI.DataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments) method. (Inherited from System.Web.UI.DataSourceView) |
![]() | CanRetrieveTotalRowCount | Gets a value indicating whether the System.Web.UI.DataSourceView object associated with the current System.Web.UI.DataSourceControl object supports retrieving the total number of data rows, instead of the data. (Inherited from System.Web.UI.DataSourceView) |
![]() | CanSort | Overridden. Gets whether the data source can sort; this implementation always returns false. |
![]() | CanUpdate | Overridden. Gets whether the data source can update; this implementation always returns false. |
![]() | Name | Gets the name of the data source view. (Inherited from System.Web.UI.DataSourceView) |
Name | Description | |
---|---|---|
![]() | Events | Gets a list of event-handler delegates for the data source view. (Inherited from System.Web.UI.DataSourceView) |
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) |
Name | Description | |
---|---|---|
![]() | DataSourceViewChanged | Occurs when the data source view has changed. (Inherited from System.Web.UI.DataSourceView) |