ClassStructureInfoGetColumns Method (Type) |
Gets the list of columns of the given type
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public List<string> GetColumns(
Type type
)
Parameters
- type
- Type: SystemType
Type to match
Return Value
Type:
ListStringSee Also