Click or drag to resize

TableDataSourceBaseFillData Method

Fills (or refills) the destination table with exception catching. Optionally runs the table script depending on ImportOptions.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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