DataTypeManagerGetSqlType Method |
Gets column type for defined data type and size.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic 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