Click or drag to resize

TableDataSourceBaseFillData_Unchecked Method

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

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

Parameters

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