DataSourceCommandsExecuteDataSourceOfTable Method |
Requeries the table data source.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string? ExecuteDataSourceOfTable(
DataTable table,
IProgressReporter reporter
)
Parameters
- table DataTable
- The table that holds the data source.
- reporter IProgressReporter
- A reporter object that can be used to cancel, or to report the progress.
Return Value
String[Missing <returns> documentation for "M:Altaxo.Worksheet.Commands.DataSourceCommands.ExecuteDataSourceOfTable(Altaxo.Data.DataTable,Altaxo.IProgressReporter)"]
See Also