| DatabaseEscapeForLikeStatement Method (String, Boolean) |
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax public static string EscapeForLikeStatement(
string value,
bool escapeApostrophes
)
Public Shared Function EscapeForLikeStatement (
value As String,
escapeApostrophes As Boolean
) As String
Parameters
- value
- Type: SystemString
- escapeApostrophes
- Type: SystemBoolean
Return Value
Type:
StringSee Also