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

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

Parameters

type
Type: System.Type
Type to match

Return Value

Type: List<String>
See Also