dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / InvalidCharsetException Class / ClientCharset Property

In This Topic
    ClientCharset Property
    In This Topic
    Gets or sets the character set, set by the client in the connection string.
    Syntax
    'Declaration
     
    Public ReadOnly Property ClientCharset As String
    public string ClientCharset {get;}

    Property Value

    Character set, set by the client in the connection string.
    See Also