Click or drag to resize
ClassStructureInfoGetColumnsT Method

Note: This API is now obsolete.

Gets the list of columns of the given type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use GetColumns(typeof(T)) instead.")]
public List<string> GetColumns<T>()

Type Parameters

T

Return Value

Type: ListString
See Also