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 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? UpdateTableFromTableDataSourceAsUserCancellable()

Return Value

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