NpgsqlDataReader.GetBoolean Method 
      
     
    
       Gets the value of a column as Boolean. 
      
        [Visual Basic]
        Overrides Public Function GetBoolean( _
   ByVal 
i As 
Integer _
) As 
Boolean _
 
      
        [C#]
        public override 
bool GetBoolean(   
int i);
 
      Implements
      
        IDataRecord.GetBoolean
      
      See Also
      
        NpgsqlDataReader Class | Npgsql Namespace