Click or drag to resize

DataColumnCollection_columnInfoByColumn Field

This hashtable has the DataColumn as keys and DataColumnCollectionDataColumnInfo objects as values. It stores information like the position of the column, the kind of the column.

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

Field Value

DictionaryDataColumn, DataColumnCollectionDataColumnInfo
See Also