Click or drag to resize
ClassStructureInfoGetColumnType Method
Gets the column type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public Type GetColumnType(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Type
See Also