Returns safe sql query string - escapes apostrophes and optionally escapes wildcard characters _, %, [].
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.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:
See Also