dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlHelper Class / EscapeString Method
The string to escape.

In This Topic
    EscapeString Method
    In This Topic
    Escapes the string.
    Syntax
    'Declaration
     
    Public Shared Function EscapeString( _
       ByVal value As String _
    ) As String
    public static string EscapeString( 
       string value
    )

    Parameters

    value
    The string to escape.

    Return Value

    The string with all quotes escaped.
    See Also