dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlInet Structure
Fields Properties Methods

PgSqlInet Structure Members

The following tables list the members exposed by PgSqlInet.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the PgSqlInet structure with the specified parameters.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Represents a NULL value that can be assigned to the PgSqlInet structure.  
Top
Public Properties
 NameDescription
Public PropertyGets the IP address.  
Public PropertyGets a value indicating whether the PgSqlInet structure represents Null.  
Public PropertyGets the number of bits in the netmask.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Compares the current PgSqlInet object to the specified object.  
Public MethodCompares the specified object parameter to the PgSqlInet value.  
Public MethodGets a hash code for the PgSqlInet instance.  
Public Methodstatic (Shared in Visual Basic)Converts the specified System.String representation of an IP address to its PgSqlInet equivalent.  
Public MethodConverts the current PgSqlInet structure to a System.String.  
Top
Public Operators
Determines whether two PgSqlInet values are equal.
Compares two PgSqlInet structures to determine if they are not equal.
Top
See Also