DataSourceCommandsExecuteDataSourceOfTable Method |
Requeries the table data source.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
StringThe error message returned by the data source update, or
if no error occurred.
See Also