NpgsqlDataReader.GetFieldDbType Method 
      
      [This is preliminary documentation and subject to change.]
     
    
       Return the data DbType of the column at index . 
      
        [Visual Basic]
        Public Function GetFieldDbType( _
   ByVal 
Index As 
Integer _
) As 
DbType 
      
        [C#]
        public 
DbType GetFieldDbType(   
int Index);
 
      See Also
      
        NpgsqlDataReader Class | Npgsql Namespace