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

In This Topic
    Protocol Property (MySqlConnectionStringBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Protocol As MySqlProtocol
    public MySqlProtocol Protocol {get; set;}

    Property Value

    One of the MySqlProtocol values. The default value is MySqlProtocol.Tcp.
    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