Returns safe sql query string - escapes apostrophes and optionally escapes wildcard characters _, %, [].
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- input
- Type: System String
String to escape
- escapeWildcards
- Type: System Boolean
Determines whether the wildcards characters should be escaped
Return Value
Type: StringSee Also