Click or drag to resize

DataTableUpdateTableFromTableDataSource Method

Updates the data in the table from the table data source. If the options specify that the worksheet script should be exectuted after this, it is executed then. The table is locked during the operation, and the exceptions will be catched. Use the return result to see if an error has occured.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string? UpdateTableFromTableDataSource(
	IProgressReporter reporter
)

Parameters

reporter  IProgressReporter

[Missing <param name="reporter"/> documentation for "M:Altaxo.Data.DataTable.UpdateTableFromTableDataSource(Altaxo.IProgressReporter)"]

Return Value

String
Null if no error occurs; otherwise, the error.
See Also