Click or drag to resize
ClassStructureInfoGetColumns Method (Type)
Gets the list of columns of the given type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public List<string> GetColumns(
	Type type
)

Parameters

type
Type: SystemType
Type to match

Return Value

Type: ListString
See Also