Npgsql API Docs

NpgsqlDataReader.GetFieldDbType Method 

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
);

Parameters

Index
Missing <param> documentation for Index

Return Value

Missing <returns> documentation for M:Npgsql.NpgsqlDataReader.GetFieldDbType(System.Int32)

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlDataReader.GetFieldDbType(System.Int32)

See Also

NpgsqlDataReader Class | Npgsql Namespace