  | DatabaseSqlEscapeInjection 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 SqlEscapeInjection(text, escapeApostrophes) instead.")]
public static string SqlEscapeInjection(
	string text
)<ObsoleteAttribute("Use SqlEscapeInjection(text, escapeApostrophes) instead.")>
Public Shared Function SqlEscapeInjection ( 
	text As String
) As StringParameters
- text
 - Type: SystemString
 
Return Value
Type: 
String
See Also