DataTypeGetSqlValue Method |
Gets the SQL value representation for this type
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic string GetSqlValue(
Object value
)
Parameters
- value
- Type: SystemObject
Value to convert to SQL value
Return Value
Type:
String
See Also