Click or drag to resize
ClassStructureInfoColumnIndexes Property
Column indexes dictionary [columnName] -> [columnIndex]

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

Property Value

Type: StringSafeDictionaryInt32
See Also