Click or drag to resize

DataColumnCollection_columnsByName Field

Holds the columns (value) accessible by name (key).

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected Dictionary<string, DataColumn> _columnsByName

Field Value

DictionaryString, DataColumn
See Also