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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also