Click or drag to resize
DataTypeT Constructor
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public DataType(
	string sqlType,
	string fieldType,
	string schemaType,
	Func<Object, T, CultureInfo, T> conversionFunc
)

Parameters

sqlType
Type: SystemString
SQL type
fieldType
Type: SystemString
Field type
schemaType
Type: SystemString
Schema type
conversionFunc
Type: SystemFuncObject, T, CultureInfo, T
Conversion function
See Also