Click or drag to resize

IAltaxoTableDataSourceFillData Method

Fills (or refills) the data, with exception catching and supsension 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 catched, and will be written to the Notes of the destination data table.

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

Parameters

destinationTable  DataTable
The destination table.
reporter  IProgressReporter
The progress reporter (can be null).

Return Value

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