Click or drag to resize

DataTableUpdateTableFromTableDataSourceAsUserCancellable Method

Updates the data in the table from the table data source. If the options specify that the worksheet script should be executed after this, it is executed afterwards. The table is locked during the operation, and exceptions are caught. Use the return value to see whether an error has occurred.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string? UpdateTableFromTableDataSourceAsUserCancellable()

Return Value

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