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

In This Topic
    MySqlInet Constructor
    In This Topic
    Initializes a new instance of the MySqlInet class using the value of the System.Net.IPAddress type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal address As IPAddress _
    )
    public MySqlInet( 
       IPAddress address
    )

    Parameters

    address
    See Also