Click or drag to resize

IAltaxoTableDataSourceFillData_Unchecked Method

Fills (or refills) the data, without exception catching. The table script is not executed! Use FillData(DataTable, 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.

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

Parameters

destinationTable  DataTable
The destination table.
reporter  IProgressReporter
See Also