DataTypeGetSqlType Method |
Gets the SQL data type representation
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic string GetSqlType(
int size,
int precision
)
Parameters
- size
- Type: SystemInt32
Data size - precision
- Type: SystemInt32
Data precision
Return Value
Type:
String
See Also