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

In This Topic
    CharAsInet Property
    In This Topic
    Determines whether the provider should treat CHAR(39) columns as Inet6. true if the provider should treat CHAR(39) columns as Inet6; otherwise, false. The default value is false.
    Syntax
    'Declaration
     
    Public Property CharAsInet As Boolean
    public bool CharAsInet {get; set;}
    See Also