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

PgSqlMacAddr Structure Members

The following tables list the members exposed by PgSqlMacAddr.

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