Click or drag to resize

DataTablesAggregationProcessDataUpdateTableProxiesAndGetSourceTables Method

Synchronizes the internal table proxies with the current project tables using the filters and returns the resulting source tables.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IEnumerable<DataTable> UpdateTableProxiesAndGetSourceTables(
	DataTable? destinationTable
)

Parameters

destinationTable  DataTable
The destination table, or null to use the global project tables.

Return Value

IEnumerableDataTable
The collection of source tables referenced by the updated proxies.
See Also