Click or drag to resize
SqlHelperGetSafeQueryString Method (String)
Returns safe sql query string - escapes apostrophes and escapes wildcard characters _, %, [].

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetSafeQueryString(
	string input
)

Parameters

input
Type: SystemString
String to escape

Return Value

Type: String
See Also