PreserveSingleQuotes
Method Signature
PreserveSingleQuotes(variable=[String])Arguments
Argument
Type
Required
Description
Default
Examples
Related
Last updated
Was this helpful?
Prevents from automatically escaping single quotation mark characters that are contained in a variable.
It is not neccesary to use this function around listQualify() when the qualifier is a single quote, or around quotedValueList() as those automatically preserve and escape single quotes as needed when used inside a query component.
PreserveSingleQuotes(variable=[String])variable
String
true
The expression that needs to have its single quotes preserved.
Last updated
Was this helpful?
Was this helpful?
