Click or drag to resize
DataTypeManagerGetSqlType Method
Gets column type for defined data type and size.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetSqlType(
	string dataType,
	int size,
	int precision
)

Parameters

dataType
Type: SystemString
Data type
size
Type: SystemInt32
Size of the type
precision
Type: SystemInt32
Precision of the type

Return Value

Type: String
See Also