dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnectionStringBuilder Class / SqlModes Property

In This Topic
    SqlModes Property
    In This Topic
    Gets or sets the value of MySQL sql_mode system variable to be set for the session.
    Syntax
    'Declaration
     
    Public Property SqlModes As String
    public string SqlModes {get; set;}

    Property Value

    The value of MySQL sql_mode system variable to be set for the session.
    Remarks
    You can find the list of the available values and more information in MySQL documentation.
    See Also