TableDataSourceBaseFillData_Unchecked Method |
Fills (or refills) the destination table without exception catching.
The table script is not executed by this method.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic abstract void FillData_Unchecked(
DataTable destinationTable,
IProgressReporter reporter
)
Parameters
- destinationTable DataTable
- The destination table.
- reporter IProgressReporter
- The progress reporter (can be null).
See Also