MPUtilityEscapeSql Method |
Escapes single quotes within the specified string.
Namespace: Colygon.MatchPoint.CoreAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public static string EscapeSql(
string s
)
Parameters
- s
- Type: SystemString
Return Value
Type:
StringSee Also