| DatabaseEscapeForLikeStatement Method (String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax [ObsoleteAttribute("Use EscapeForLikeStatement(value, escapeApostrophes) instead.")]
public static string EscapeForLikeStatement(
string value
)
<ObsoleteAttribute("Use EscapeForLikeStatement(value, escapeApostrophes) instead.")>
Public Shared Function EscapeForLikeStatement (
value As String
) As String
Parameters
- value
- Type: SystemString
Return Value
Type:
StringSee Also