TableDataSourceBaseFillData Method |
Fills (or refills) the destination table with exception catching.
Optionally runs the table script depending on
ImportOptions.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string? FillData(
DataTable destinationTable,
IProgressReporter reporter
)
Parameters
- destinationTable DataTable
- The destination table.
- reporter IProgressReporter
- The progress reporter.
Return Value
StringNull if no exception was caught during processing; otherwise an error message.
See Also