Click or drag to resize

DataSourceCommandsExecuteDataSourceOfTable Method

Requeries the table data source.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string? ExecuteDataSourceOfTable(
	DataTable table,
	IProgressReporter reporter
)

Parameters

table  DataTable
The table that holds the data source.
reporter  IProgressReporter
A reporter object that can be used to cancel, or to report the progress.

Return Value

String
The error message returned by the data source update, or if no error occurred.
See Also