Escapes single qoutes in string value used for SQL query (value's => value''s).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- text
- Type: System String
Original input text
Return Value
Type: StringThe escaped string that can be used as safe string in SQL query
See Also