dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnection Class / HostInfo Property

In This Topic
    HostInfo Property
    In This Topic
    Gets the version of MySQL server to which to connect.
    Syntax
    'Declaration
     
    Public ReadOnly Property HostInfo As String
    public string HostInfo {get;}

    Property Value

    The version of MySQL server.
    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