Click or drag to resize
ClassStructureInfoRegisterColumn Method
Registers the given column within the structure info

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected void RegisterColumn(
	string colName,
	Type colType
)

Parameters

colName
Type: SystemString
Column name
colType
Type: SystemType
Column type
See Also