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

In This Topic
    ProtocolInfo Property
    In This Topic
    Gets the version of MySQL protocol.
    Syntax
    'Declaration
     
    Public ReadOnly Property ProtocolInfo As String
    public string ProtocolInfo {get;}

    Property Value

    The version of MySQL protocol.
    See Also