Click or drag to resize

ProcessSourceTablesScriptDataTables Property

Gets the resolved source tables indexed by their configured names.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IReadOnlyListDictionary<string, DataTable> Tables { get; }

Property Value

IReadOnlyListDictionaryString, DataTable
See Also