Click or drag to resize
DataTypeManagerGetSqlValue Method (TypeEnum, String, Object)
Gets the value representation for a SQL query text

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetSqlValue(
	TypeEnum typeEnum,
	string typeValue,
	Object value
)

Parameters

typeEnum
Type: CMS.DataEngineTypeEnum
Type to use
typeValue
Type: SystemString
Sql type
value
Type: SystemObject
Value to be converted.

Return Value

Type: String
See Also