ExtractCommonColumnsToTableDataSourceGetCommonColumnNamesOrderedByAppearanceInFirstTable Method |
Gets all the names of the columns common to all tables in the order as the columns appear in the first table.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static List<string> GetCommonColumnNamesOrderedByAppearanceInFirstTable(
IReadOnlyList<DataTable> tables
)
Parameters
- tables IReadOnlyListDataTable
[Missing <param name="tables"/> documentation for "M:Altaxo.Data.ExtractCommonColumnsToTableDataSource.GetCommonColumnNamesOrderedByAppearanceInFirstTable(System.Collections.Generic.IReadOnlyList{Altaxo.Data.DataTable})"]
Return Value
ListStringThe names of all the columns common to all tables in the order as the columns appear in the first table.
See Also