DataTablesAggregationProcessDataUpdateTableProxiesAndGetSourceTables Method |
Synchronizes the internal table proxies with the current project tables using the filters and returns the resulting source tables.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic IEnumerable<DataTable> UpdateTableProxiesAndGetSourceTables(
DataTable? destinationTable
)
Parameters
- destinationTable DataTable
- The destination table, or null to use the global project tables.
Return Value
IEnumerableDataTableThe collection of source tables referenced by the updated proxies.
See Also