Click or drag to resize
ClassStructureInfo.ColumnIndexes Property
Column indexes dictionary [columnName] -> [columnIndex]

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected StringSafeDictionary<int> ColumnIndexes { get; set; }

Property Value

Type: StringSafeDictionary<Int32>
See Also