Click or drag to resize

IAltaxoTableDataSourceFillData Method

Fills (or refills) the data, with exception catching and suspension of the destination table. The table script is executed (if specified in the import options). Use UpdateTableFromTableDataSource(IProgressReporter) if the table script should be executed. The data source is represented by this instance; the destination table is provided in the argument destinationTable. Exceptions are caught and will be written to the Notes of the destination data table.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
string? FillData(
	DataTable destinationTable,
	IProgressReporter reporter
)

Parameters

destinationTable  DataTable
The destination table.
reporter  IProgressReporter
The progress reporter.

Return Value

String
Null if no exception was caught during processing; otherwise an error message.
See Also