Click or drag to resize

ExtractCommonColumnsToTableDataSourceGetCommonColumnNamesUnordered Method

Gets all the names of the columns common to all tables in a unordered fashion.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static HashSet<string> GetCommonColumnNamesUnordered(
	IReadOnlyList<DataTable> tables
)

Parameters

tables  IReadOnlyListDataTable

[Missing <param name="tables"/> documentation for "M:Altaxo.Data.ExtractCommonColumnsToTableDataSource.GetCommonColumnNamesUnordered(System.Collections.Generic.IReadOnlyList{Altaxo.Data.DataTable})"]

Return Value

HashSetString
The names of all the columns common to all tables in a unordered fashion
See Also