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

    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