Click or drag to resize

DatabaseSqlEscapeInjection Method (String, Boolean)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static string SqlEscapeInjection(
	string text,
	bool escapeApostrophes
)

Parameters

text
Type: SystemString
escapeApostrophes
Type: SystemBoolean

Return Value

Type: String
See Also