NpgsqlConnection.Open Method 
      
     
    
       Opens a database connection with the property settings specified by the ConnectionString. 
      
        [Visual Basic]
        Overrides Public Sub Open() _
 
      
        [C#]
        public override 
void Open();
 
      Implements
      
        IDbConnection.Open
      
      See Also
      
        NpgsqlConnection Class | Npgsql Namespace