dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlInet Structure
Members

In This Topic
    MySqlInet Structure
    In This Topic
    Represents INET6 data to be stored in or retrieved from a database. MySqlInet is used to insert into and retrieve from the database the string representation of INET6 values. MariaDB stores the INET6 data type as a string. When the Char As Inet connection string parameter is set to true, INET6 values are stored as MySqlInet objects. When it is set to false (the default value), INET6 values are stored in a textual form (in a VARCHAR column).
    Syntax
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Devart.Data.MySql.MySqlInet

    See Also