Click or drag to resize

DataSourceCommands Methods

The DataSourceCommands type exposes the following members.

Methods
 NameDescription
Public methodStatic memberExecuteDataSourceOfTable Requeries the table data source.
Public methodStatic memberExecuteDataSourceOfTableUserCancellable Requeries the table data source.
Public methodStatic memberExecuteDataSourcesOfTables 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.
Public methodStatic memberShowDataSourceEditor 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.
Public methodStatic memberTrySortTablesForExecutionOfAllDataSources 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.
Top
See Also