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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string? UpdateTableFromTableDataSourceAsUserCancellable()
Return Value
StringNull if no error occurs; otherwise, the error.
See Also