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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void FillData_Unchecked(
DataTable destinationTable,
IProgressReporter reporter
)
Parameters
- destinationTable DataTable
- The destination table.
- reporter IProgressReporter
See Also