ClassStructureInfo.GetColumns Method (Type) |
Gets the list of columns of the given type
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic List<string> GetColumns(
Type type
)
Parameters
- type
- Type: System.Type
Type to match
Return Value
Type:
List<String>
See Also