NpgsqlDataReader.GetInt32 Method 
      
      [This is preliminary documentation and subject to change.]
     
    
       Gets the value of a column converted to Int32. 
      
        [Visual Basic]
        NotOverridable Public Function GetInt32( _
   ByVal 
i As 
Integer _
) As 
Integer Implements _
   IDataRecord.GetInt32
 
      
        [C#]
        public 
int GetInt32(   
int i);
 
      Implements
      
        IDataRecord.GetInt32
      
      See Also
      
        NpgsqlDataReader Class | Npgsql Namespace