  | DatabaseSqlEscapeInjection Method (String, Boolean) | 
  
    Namespace: 
   Dynamicweb.Data
    Assembly:
   Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntaxpublic static string SqlEscapeInjection(
	string text,
	bool escapeApostrophes
)
Public Shared Function SqlEscapeInjection ( 
	text As String,
	escapeApostrophes As Boolean
) As String
Parameters
- text
 - Type: SystemString
 - escapeApostrophes
 - Type: SystemBoolean
 
Return Value
Type: 
String
See Also