Data |
[Missing <summary> documentation for "T:Altaxo.Worksheet.Commands.DataSourceCommands"]
public static class DataSourceCommands
The DataSourceCommands type exposes the following members.
Name | Description | |
---|---|---|
ExecuteDataSourceOfTable | Requeries the table data source. | |
ExecuteDataSourceOfTableUserCancellable | Requeries the table data source. | |
ExecuteDataSourcesOfTables | This command will executes all data sources in all provided tables, using the background execution dialog. For that, it takes into account the dependencies of each data source to other tables, and execute those sources first, which do not have dependencies to tables for which the data source is executed later. | |
ShowDataSourceEditor | Shows the data source editor dialog. After sucessful execution of the dialog, the modified data source is stored back in the DataTable, and the data source is requeried. | |
TrySortTablesForExecutionOfAllDataSources | This command will sort provided tables containing data sources in a way, that tables dependent on data of other tables come after the tables they are dependent on. |