Click or drag to resize
DataTypeManagerGetDataType Method (TypeEnum, String)
Gets the data type settings by its SQL type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static DataType GetDataType(
	TypeEnum typeEnum,
	string typeValue
)

Parameters

typeEnum
Type: CMS.DataEngineTypeEnum
typeValue
Type: SystemString
SQL type

Return Value

Type: DataType
See Also