Click or drag to resize
DataTypeManagerGetDataType Method (Type)
Gets the data type by the system type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static DataType GetDataType(
	Type type
)

Parameters

type
Type: SystemType
System type

Return Value

Type: DataType
See Also