Add apostrophes around the column default value string according to column type.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- allowNull
- Type: System Boolean
Indicates whether NULL values are allowed
- sqlType
- Type: System String
SQL type of the table column
- defValue
- Type: System String
Default to add apostrophes to
Return Value
Type: StringSee Also