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);
See Also
NpgsqlDataReader Class | Npgsql Namespace