Click or drag to resize
DataTypeGetSqlType Method
Gets the SQL data type representation

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

Parameters

size
Type: SystemInt32
Data size
precision
Type: SystemInt32
Data precision

Return Value

Type: String
See Also