dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlInet Structure
Members

In This Topic
    PgSqlInet Structure
    In This Topic
    Represents the PostgreSQL inet or cidr data type that stores an IPv4 or IPv6 address and optionally its subnet.
    Syntax
    Remarks
    The subnet is represented by the number of network address bits present in the host address and stored in the NetmaskBits property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Devart.Data.PostgreSql.PgSqlInet

    See Also