ProjectBrowserExtensionsExecuteAllDataSources Method |
This command will executes all data sources in all selected tables in the project browser.
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.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ExecuteAllDataSources(
this ProjectBrowseController ctrl,
IProgressReporter reporter
)
Parameters
- ctrl ProjectBrowseController
- The control.
- reporter IProgressReporter
[Missing <param name="reporter"/> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.ProjectBrowserExtensions.ExecuteAllDataSources(Altaxo.Gui.Pads.ProjectBrowser.ProjectBrowseController,Altaxo.IProgressReporter)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ProjectBrowseController. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also