Click or drag to resize

FileImportTableDataSourceBaseFillData_Unchecked Method

Fills (or refills) the destination table without exception catching. The table script is not executed by this method.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void FillData_Unchecked(
	DataTable destinationTable,
	IProgressReporter reporter
)

Parameters

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

Implements

IAltaxoTableDataSourceFillData_Unchecked(DataTable, IProgressReporter)
See Also