Click or drag to resize

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
)

Parameters

value
Type: SystemString
escapeApostrophes
Type: SystemBoolean

Return Value

Type: String
See Also